Back to project page deskflix.
The source code is released under:
Apache License
If you think the Android project deskflix listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.urucas.deskflix.interfaces; /*w w w . j a va2 s. c o m*/ /** * Created by Urucas on 8/20/14. */ public interface VolumeKeysCallback { public void onVolumeUp(); public void onVolumeDown(); }