mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
Add QUERY_ALL_PACKAGES permission (maybe fixes #4313)
This commit is contained in:
parent
fc548304cf
commit
fdcbc4cffa
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@
|
|||
<!-- For managing extensions -->
|
||||
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
|
||||
<uses-permission android:name="android.permission.REQUEST_DELETE_PACKAGES" />
|
||||
<!-- To view extension packages in API 30+ -->
|
||||
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
|
||||
|
||||
<application
|
||||
android:name=".App"
|
||||
|
|
Loading…
Reference in a new issue