Rob Franz wrote:
> What I am doing is getting the URI of the ringtone that the user selects
> in the ringtone picker.  Then I save it for later use.

That should be in your preferences, though. After all, you're the one
asking for the ringtone via the RingtonePreference, right?

Just open up your SharedPreferences
(PreferenceManager.getDefaultSharedPreferences()) and read out the
value. Or use Preference.OnPreferenceChangeListener to be notified when
the user changed your preference of interest.

I feel like I'm missing something...

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

_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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to