Skip to content

Commit 963418f

Browse files
committed
Add permission for some CN ROMs
1 parent e6071e3 commit 963418f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222

2323
<uses-permission
2424
android:name="android.permission.QUERY_ALL_PACKAGES"
25-
tools:ignore="QueryAllPackagesPermission" />
25+
tools:ignore="PackageVisibilityPolicy" />
26+
<uses-permission android:name="com.android.permission.GET_INSTALLED_APPS" />
27+
2628
<uses-permission android:name="android.permission.CAMERA" />
2729
<uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
2830

0 commit comments

Comments
 (0)