mirror of
https://github.com/He4eT/yamf_launcher.git
synced 2026-05-04 17:37:25 +00:00
Added QUERY_ALL_PACKAGES permission and removed unnecessary build repository gradlePluginPortal
This commit is contained in:
parent
4c2ebe970f
commit
3a769f01bb
2 changed files with 2 additions and 1 deletions
|
|
@ -6,6 +6,8 @@
|
|||
<uses-permission android:name="android.permission.EXPAND_STATUS_BAR" />
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
|
||||
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"
|
||||
tools:ignore="QueryAllPackagesPermission" />
|
||||
|
||||
<queries>
|
||||
<intent>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue