I need broadcast receiver for catching system intents about sound volume changes. Is it possible?
Asked
Active
Viewed 601 times
0
-
1Check this question http://stackoverflow.com/questions/6896746/android-is-there-a-broadcast-action-for-volume-changes – peter_budo Oct 24 '11 at 10:43
-
you can use onkeyListener() in that use KEYCODE_VOLUME_UP and KEYCODE_VOLUME_DOWN – ilango j Oct 24 '11 at 10:45