Revert to QUERY_ALL_PACKAGES

This commit is contained in:
MohitMali 2022-05-05 18:48:57 +05:30
parent 3147a2b734
commit 60bc12de72

View File

@ -11,9 +11,8 @@
<!-- Device with versions >= Pie need this permission --> <!-- Device with versions >= Pie need this permission -->
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" /> <uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<queries> <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"
<package android:name="com.google.android.wifi" /> tools:ignore="QueryAllPackagesPermission" />
</queries>
<application <application
android:allowBackup="true" android:allowBackup="true"