Remove READ_EXTERNAL_STORAGE again (#1309) + fix typo

This commit is contained in:
Imran Remtulla
2024-01-28 16:58:09 -05:00
parent 27d8655d58
commit a3530ce6bb
3 changed files with 4 additions and 2 deletions

View File

@ -71,5 +71,7 @@
<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
android:maxSdkVersion="29" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"
tools:node="remove" />
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
</manifest>