On Sun, Jul 5, 2009 at 9:32 PM, Rob Franz<rob.fr...@gmail.com> wrote:
> To be more specific:
> ringtoneUri = Uri.parse(ringtoneUriText);
> mRingtone =
> mRingToneMgr.getRingtone(mRingToneMgr.getRingtonePosition(ringtoneUri));
> where ringtoneUriText is content://drm/audio/2

Have you tried:
 ringtoneUri = Uri.parse(ringtoneUriText);
 mRingtone = RingToneManager.getRingtone(ringtoneUri);

?

Does the Uri you're using work with MediaPlayer? Does it work when you
set it as the system ringtone?

--~--~---------~--~----~------------~-------~--~----~
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