File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,17 +54,17 @@ module.exports = (async () => {
5454### Android
5555
5656#### Permissions
57- - In ` android/app/src/debug/AndroidManifest.xml ` and ` android/app/src/main/AndroidManifest.xml ` , under the ` </application> ` tag, please include
57+ - In ` android/app/src/debug/AndroidManifest.xml ` and ` android/app/src/main/AndroidManifest.xml ` , above the ` </application> ` tag, please include
5858 ``` xml
5959 <uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
60+ <uses-permission android : name =" android.permission.ACCESS_WIFI_STATE" />
6061 <uses-permission android : name =" android.permission.BLUETOOTH" />
6162 <uses-permission android : name =" android.permission.CAMERA" />
6263 <uses-permission android : name =" android.permission.INTERNET" />
6364 <uses-permission android : name =" android.permission.MANAGE_OWN_CALLS" />
6465 <uses-permission android : name =" android.permission.MODIFY_AUDIO_SETTINGS" />
6566 <uses-permission android : name =" android.permission.RECORD_AUDIO" />
6667 <uses-permission android : name =" android.permission.WAKE_LOCK" />
67- <uses-permission android : name =" android.permission.ACCESS_WIFI_STATE" />
6868 ```
6969- Starting Android 14, specific foreground service types permissions require to be added in the manifest file:
7070 ``` xml
You can’t perform that action at this time.
0 commit comments