Readonly
READ_Allows to read the calendar data.
1.1.16
Readonly
WRITE_Allows an application to write the user's calendar data.
1.1.16
Readonly
CAMERARequired to be able to access the camera device.
1.1.16
Readonly
READ_Allows an application to read the user's contacts data.
1.1.16
Readonly
WRITE_Allows an application to write the user's contacts data.
1.1.16
Readonly
GET_Allows access to the list of accounts in the Accounts Service.
1.1.16
Readonly
ACCESS_Allows an app to access precise location.
1.1.16
Readonly
ACCESS_Allows an app to access approximate location.
1.1.16
Readonly
RECORD_Allows an application to record audio.
1.1.16
Readonly
READ_Allows read only access to phone state, including the phone number of the device, current cellular network information, the status of any ongoing calls, and a list of any PhoneAccounts registered on the device.
1.1.16
Readonly
CALL_Allows an application to initiate a phone call without going through the Dialer user interface for the user to confirm the call.
1.1.16
Readonly
READ_Allows an application to read the user's call log.
1.1.16
Readonly
WRITE_Allows an application to write (but not read) the user's call log data.
1.1.16
Readonly
ADD_Allows an application to add voicemails into the system.
1.1.16
Readonly
USE_Allows an application to use SIP service.
1.1.16
Readonly
PROCESS_Allows an application to see the number being dialed during an outgoing call with the option to redirect the call to a different number or abort the call altogether.
1.1.16
Readonly
BODY_Allows an application to access data from sensors that the user uses to measure what is happening inside his/her body, such as heart rate.
1.1.16
Readonly
SEND_Allows an application to send SMS messages.
1.1.16
Readonly
RECEIVE_Allows an application to receive SMS messages.
1.1.16
Readonly
READ_Allows an application to read SMS messages.
1.1.16
Readonly
RECEIVE_Allows an application to receive WAP push messages.
1.1.16
Readonly
RECEIVE_Allows an application to monitor incoming MMS messages.
1.1.16
Readonly
READ_Allows to read from external storage. If you granted Application.Android.Permissions#WRITE_EXTERNAL_STORAGE WRITE_EXTERNAL_STORAGE permission, you don't need this to granted this permission.
1.1.16
Readonly
WRITE_Allows to write to external storage.
1.1.16
Readonly
WRITE_Allows applications to write the apn settings and read sensitive fields of an existing apn settings like user and password. You should include relevant permission setting to your AndroidManifest.xml file.
4.3.2
Readonly
USE_Allows an app to use fingerprint hardware. This permission have been deprecated on API 26 or higher. Use USE_BIOMETRICS
instead.
Readonly
USE_Allows an app to use device supported biometric modalities.
Generated using TypeDoc
Deprecated
Use Permmission.AndroidPermissions instead