Skip to content

Instantly share code, notes, and snippets.

@j-onathan
Created August 28, 2014 16:37
Show Gist options
  • Save j-onathan/69c8c9c7badaaac5b09b to your computer and use it in GitHub Desktop.
Save j-onathan/69c8c9c7badaaac5b09b to your computer and use it in GitHub Desktop.
final RingtoneManager manager = new RingtoneManager(this);
manager.setType(RingtoneManager.TYPE_ALL);
ringtone = manager.getRingtone(manager.getRingtonePosition(Uri.parse(s)));
if (ringtone == null) {
return;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment