Skip to content

Commit

Permalink
[Fix] Suppress lint warning for QUERY_ALL_PACKAGES.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghai committed May 2, 2022
1 parent b8743a6 commit 6cacc26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
<uses-permission
android:name="android.permission.MANAGE_EXTERNAL_STORAGE"
tools:ignore="ScopedStorage" />
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
<uses-permission
android:name="android.permission.QUERY_ALL_PACKAGES"
tools:ignore="QueryAllPackagesPermission" />
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission
Expand Down

0 comments on commit 6cacc26

Please sign in to comment.