RingtoneManager.ExtraRingtoneType Field

Definition

Given to the ringtone picker as an int.

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

Field Value

Attributes

Remarks

Given to the ringtone picker as an int. Specifies which ringtone type(s) should be shown in the picker. One or more of #TYPE_RINGTONE, #TYPE_NOTIFICATION, #TYPE_ALARM, or #TYPE_ALL (bitwise-ored together).

Java documentation for android.media.RingtoneManager.EXTRA_RINGTONE_TYPE.

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