Uses Permissions on Android
Use the Uses Permissions dialog box to specify the permissions that your Android application requires to work. Appmethod adds the permissions you specify in the AndroidManifest.xml file.
New Android mobile applications have the following required permissions set by default:
- Access coarse location
- Access fine location
- Call phone
- Camera
- Internet
- Read calendar
- Read external storage
- Write calendar
- Write external storage
- Read phone state
To add/remove uses permissions for your Android application based on your application's functionality, go to:
Project > Options > Uses Permissions
For more information, visit our Online Documentation