Skip to content

Fix: Storage and QUERY_ALL_PACKAGES permissions on A11

machiav3lli requested to merge machiav3lli/auroradroid:master into master

QUERY_ALL_PACKAGES: This permission is needed on A11 when targeting SDK30. Fixes not being able to read apps list in A11. MANAGE_EXTERNAL_STORAGE: A11 ignores the request to use legacy external storage so to access external storage the normal way, it needs this permission. As mentioned here leading to instructions here.

Edited by machiav3lli

Merge request reports