Ringtone output

Extras
Extra key: 
android.intent.extra.ringtone.PICKED_URI

Returned from the ringtone picker as a Uri.

It will be one of:
* the picked ringtone,
* a Uri that equals DEFAULT_RINGTONE_URI or DEFAULT_NOTIFICATION_URI if the default was chosen,
* null if the "Silent" item was picked.

See Android documentation.

Intents using Ringtone output

Title Action Extras Description
Ringtone picker android.intent.action.RINGTONE_PICKER

Show a ringtone picker.