RequestedPermission Enum

Definition

Enumerates values returned by several types.

public enum RequestedPermission
type RequestedPermission = 
Inheritance
RequestedPermission

Fields

Granted 2

Flag for RequestedPermissionsFlags: the requested permission is currently granted to the application.

Implicit 4
NeverForLocation 65536
Required 1

Flag for RequestedPermissionsFlags: the requested permission is required for the application to run; the user can not optionally disable it.

Remarks

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