Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Android: Automaticaly add
MANAGE_EXTERNAL_STORAGE
permission to apps
This prevents the user from needing to click through a permission granting screen on their device before the agent is able to run on the device. Presumably, if you have `adb` access to the device, we can assume it's alright to add this permission automatically. This is only relevant on API >= 30, as the `MANAGE_EXTERNAL_STORAGE` permission is not available on earlier Android versions [0]. [0] https://developer.android.com/reference/android/Manifest.permission#MANAGE_EXTERNAL_STORAGE
- Loading branch information