> > Hi everybody; > > I am trying to change ringer volume but I am a bit confused. I can > reach the volume_ring level by using the code > > > String vr = System.getString(this.getContentResolver > (),System.VOLUME_RING); > > > However it says in the explanation "Ringer volume. This is used > internally, changing this value will not change the volume. See > AudioManager. " > > How can I change Ringer Volume? What should I do?
Follow the documentation! Get an AudioManager and change the volume of the ring stream. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 2.0 Available! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

