app.json file. You need to add the below permissions block inside android block of the app.json file.
- app.json
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
app.json file. You need to add the below permissions block inside android block of the app.json file.
"permissions": [
"READ_EXTERNAL_STORAGE",
"WRITE_EXTERNAL_STORAGE",
"VIBRATE",
"INTERNET"
],
Was this page helpful?