Posts

Showing posts from August, 2017

privacy policy

RECORD_AUDIO Allows an application to record audio. Constant Value: "android.permission.RECORD_AUDIO" READ_CONTACTS Allows an application to read the user's contacts data. Constant Value: "android.permission.READ_CONTACTS" READ_PHONE_STATE 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. Constant Value: "android.permission.READ_PHONE_STATE" INTERNET Allows applications to open network sockets. Constant Value: "android.permission.INTERNET" WRITE_CONTACTS Allows an application to write the user's contacts data. Constant Value: "android.permission.WRITE_CONTACTS" WRITE_SETTINGS Allows an application to read or write the system settings. Constant Value: "android.permission.WRITE_SETTINGS" PROCESS_OUTGOING_CALLS