RingtoneManager.ExtraRingtonePickedUri Field

Definition

Returned from the ringtone picker as a Uri.

[Android.Runtime.Register("EXTRA_RINGTONE_PICKED_URI")]
public const string ExtraRingtonePickedUri;
[<Android.Runtime.Register("EXTRA_RINGTONE_PICKED_URI")>]
val mutable ExtraRingtonePickedUri : string

Field Value

Attributes

Remarks

Returned from the ringtone picker as a Uri.

It will be one of: <li> the picked ringtone, <li> a Uri that equals System#DEFAULT_RINGTONE_URI, System#DEFAULT_NOTIFICATION_URI, or System#DEFAULT_ALARM_ALERT_URI if the default was chosen, <li> null if the "Silent" item was picked.

Java documentation for android.media.RingtoneManager.EXTRA_RINGTONE_PICKED_URI.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also