Extra permission
See original GitHub issueHere we have some default permissions https://github.com/crazecoder/open_file/blob/master/android/src/main/AndroidManifest.xml#L5-L6
- How can I remove them?
- Why we have
REQUEST_INSTALL_PACKAGES
? - I am always using getApplicationDocumentsDirectory so I think
READ_EXTERNAL_STORAGE
is redundant , right?
Issue Analytics
- State:
- Created 3 years ago
- Reactions:4
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Permissions on Android - Android Developers
... <data> · <grant-uri-permission> · <instrumentation> · <intent-filter> · <manifest> ... Best practices for sharing video · Additional Resources for Media.
Read more >Extra permissions are being added to apk and bundle
When I build apk or bundle dangerous permissions like write external storage is being added to manifest. I found out it when wanted...
Read more >Change app permissions on your Android phone - Google Help
On your phone, open the Settings app. · Tap Apps. · Tap the app you want to change. If you can't find it,...
Read more >Permissions Property - Business Central | Microsoft Learn
Sets whether an object has additional permission required to perform some operations on one or more tables.
Read more >Requesting additional permissions | Authentication
When requesting user permission to access user data or other resources, you can request all scopes up-front in the initial request or ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For ease of use, the required permissions are written in the plugin. If you don’t need them, you can remove them like this
These permissions should not be included by default and should be moved to the readme page. “Don’t unnecessarily request storage-related permissions for devices that run Android 10 or higher” https://developer.android.com/training/data-storage/shared/media