Share via


Settings.System.Ringtone Field

Definition

Persistent store for the system-wide default ringtone URI.

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

Field Value

Attributes

Remarks

Persistent store for the system-wide default ringtone URI.

If you need to play the default ringtone at any given time, it is recommended you give #DEFAULT_RINGTONE_URI to the media player. It will resolve to the set default ringtone at the time of playing.

Java documentation for android.provider.Settings.System.RINGTONE.

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