Common permissions for Android, android Permissions
1. ACCES_NETWORK_STATE allows applications to obtain network status information.
2. ACCESS_WIFI_STATE allows applications to obtain the permission for Wi-Fi network status.
3. BATTERY_STATS allows applications to obtain Battery status Permissions
4. BLUETOOTH allows applications to connect to matching BLUETOOTH devices
5. javasth_admin allows the application to discover matching Bluetooth devices.
6. BROADCAST_SMS allows applications to broadcast the permission to receive SMS notifications.
7. CALL_PHONE: Permission for applications to make calls
8. CAMERA allows applications to use cameras
9. CHANGE_NETWORK_STATE: Permission for applications to change the network connection status
10. CHANGE_WIFI_STATE: Permission for applications to change the Wi-Fi network connection status
11. DELETE_CACHE_FILES: Permission for applications to delete cached files
12. DELETE_PACKAGES: allow the application to delete the installation package
13. FLASHLIGHT allows applications to access the FLASHLIGHT
14. INFTERNET allows applications to open network sockets
15. MODIY_AUDIO_SETTINGS allows the application to modify the global sound settings.
16. process_outgoing_cballs allows the application to listen, control, and cancel the outbound call permission.
17. READ_CONTACTS allows applications to read user contact data.
18. READ_HISTORY_BOOKMARKS allows applications to read historical tags.
19. READ_OWNER_DATA: Permission for applications to read user data
20. READ_PHONE_STATE: Permission for applications to read the phone status
21. READ_PHONE_SMS: Permission for applications to read text messages
22. The REBOOT permission allows the application to restart the system
23. RECEIVE_MMS allows applications to receive, monitor, and process MMS messages.
24. RECEIVE_SMS allows applications to receive, monitor, and process MMS messages.
25. RECORD_AUDIO allows application recording Permissions
26. SEND_SMS: Permission for applications to send text messages
27. SET_ORIENTATION permission for applications to rotate the screen
28. SET_TIME allows the application to set the time permission
29. SET_TIME_ZONE allows the application to set the time zone permission
30. SET_WALLPAPER allows applications to set desktop wallpaper Permissions
31. VIBRATE allows the application to control the vibrator
32. WRITE_CONTACTS allows applications to write data to user contacts.
33. WRITE_HISTORY_BOOKMARKS: Permission for applications to write historical bookmarks
34. WRITE_OWNER_DATA permission for applications to write user data
35. WRITE_SMS: allow applications to write text messages