AudioManager.RingerModeChangedAction Field

Definition

Sticky broadcast intent action indicating that the ringer mode has changed.

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

Field Value

Attributes

Remarks

Sticky broadcast intent action indicating that the ringer mode has changed. Includes the new ringer mode.

Java documentation for android.media.AudioManager.RINGER_MODE_CHANGED_ACTION.

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