please can some one help me. i'm trying to get the name of the current
ring tone, this is the code i have so far but cant get it to work.

Uri currentTone=Settings.System.DEFAULT_RINGTONE_URI;
Cursor cur = managedQuery(currentTone, null, null, null, null);
cur.getString(0);

Thank You.
-- 
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