> > I am trying to create a BroadcastReceiver that monitors for Volume > > changes. Searching the internet and the GIT repository, it appears > > that there is an AudioManager.VOLUME_CHANGED_ACTION. However Eclipse > > does not recognize this and will not build the project. > > It's not accessible from the official SDK. You can use the string. > Doesn't work on all devices.
Was this in the SDK and then removed? If you look at the source code for AudioManager.java, the string is there! I have found references to this message from email archives in 2009. AudioManager.ADJUST_LOWER and ADJUST_RAISE Are these the new replacements? The documentation says it only relates to ringer volume. How do you snoop for Audio player volume changes? TIA -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

