RingtoneManager.ActionRingtonePicker Field

Definition

Activity Action: Shows a ringtone picker.

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

Field Value

Attributes

Remarks

Activity Action: Shows a ringtone picker.

Input: #EXTRA_RINGTONE_EXISTING_URI, #EXTRA_RINGTONE_SHOW_DEFAULT, #EXTRA_RINGTONE_SHOW_SILENT, #EXTRA_RINGTONE_TYPE, #EXTRA_RINGTONE_DEFAULT_URI, #EXTRA_RINGTONE_TITLE,

Output: #EXTRA_RINGTONE_PICKED_URI.

Java documentation for android.media.RingtoneManager.ACTION_RINGTONE_PICKER.

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