PERMISSIONS (To be given runtime of application) supports heigher verisons of phone >23.0 | PERMISSIONS (To be given in app Manifest) supports older version <23.0 |
STORAGE Used for runtime permissions related to the shared external storage. | android.permission.INTERNET |
CAMERA Used for permissions that are associated with accessing camera or capturing images/video from the device. | android.permission.CAMERA |
CONTACT Used for runtime permissions related to contacts and profiles on this device. | android.permission.RECORD_AUDIO |
LOCATION Used for permissions that allow accessing the device location. | android.permission.MODIFY_AUDIO_SETTINGS |
MICROPHONE Used for permissions that are associated with accessing microphone audio from the device. | android.permission.BODY_SENSORS |
PHONE Used for permissions that are associated telephony features. | (GCM requires a Google account) android.permission.GET_ACCOUNTS |
SENSORS Used for permissions that are associated with accessing camera or capturing images/video from the device. | (Keeps the processor from sleeping when a message is received) android.permission.WAKE_LOCK |
SMS Used for runtime permissions related to user's SMS messages. | (This app has permission to register and receive data message) com.google.android.c2dm.permission.RECEIVE |
android.permission.ACCESS_NETWORK_STATE | |
android.permission.VIBRATE | |
android.permission.READ_PHONE_STATE | |
android.permission.ACCESS_FINE_LOCATION | |
android.permission.SEND_SMS | |
android.permission.CALL_PHONE | |
android.permission.WRITE_EXTERNAL_STORAGE | |
android.permission.RECEIVE_SMS | |
android.permission.READ_CALENDAR android.permission.WRITE_CALENDAR | |
0 comments:
Post a Comment