LocationManager.KeyStatusChanged Field

Definition

This key is no longer in use.

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

Field Value

Attributes

Remarks

This key is no longer in use.

Key used for a Bundle extra holding an Integer status value when a status change is broadcast using a PendingIntent.

This member is deprecated. Status changes are deprecated and no longer broadcast from Android Q onwards.

Java documentation for android.location.LocationManager.KEY_STATUS_CHANGED.

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