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, but only does so if the API level is >= 30 (where this permission has effect at all [0]) and if a particular property is set on the device (`debug.renderdoc.autograntpermissions`) so as to avoid potential pitfalls on unusual Android devices. [0] https://developer.android.com/reference/android/Manifest.permission#MANAGE_EXTERNAL_STORAGE
- Loading branch information