Some Android apps generates a notification when the volume changes and some locks the volume. I for the life of me can not find how that's done. Please someone help me and give me an example.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
There is no Broadcast Action to detect volume changes, but you could maybe every second or two check what the volume is with Check http://developer.android.com/reference/android/media/AudioManager.htm for more info. You could use the AlarmManager class or a handler to check the volume every second or so. If it's an activity, you can override |
|||
|
|
