Language

Manifest.Permission.UseLocationButton Field

Definition

Allows an app use location button, which grants temporary location permission when a user clicks the button.

[Android.Runtime.Register("USE_LOCATION_BUTTON", ApiSince=37)]
public const string UseLocationButton;
[<Android.Runtime.Register("USE_LOCATION_BUTTON", ApiSince=37)>]
val mutable UseLocationButton : string

Field Value

Attributes

Remarks

Allows an app use location button, which grants temporary location permission when a user clicks the button.

Protection level: normal

Android reference for android.Manifest.permission.USE_LOCATION_BUTTON.

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