The details of the below Android system privileges can be check here.
The Android system privileges required by MSDK V5:
- <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>, used to monitor the status and change of the network.
- <uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>, used to monitor the status and change of the network.
- <uses-permission android:name="android.permission.INTERNET"/>, used to monitor the status and change of the network.
- <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>, used to initialise the device location.
- <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>, used to initialise the device location.
- <uses-permission android:name="android.permission.KILL_BACKGROUND_PROCESSES"/>, used by crash handler to kill the app.
- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>, used to write the memory.
- <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>, used to read the memory.
- <uses-permission android:name="android.permission.READ_PHONE_STATE"/>, used to improve to user experience.
The Android system privileges required by MSDK V5 Sample:
- All Android system privileges required by MSDK V5.
- <uses-permission android:name="android.permission.RECORD_AUDIO"/>, used for megaphone to record audios.
The Android system privileges required by UXSDK:
- All Android system privileges required by MSDK V5.
- <uses-permission android:name="android.permission.VIBRATE" />, used to long press to control the gimbal.
Comments
0 comments
Please sign in to leave a comment.