Skip to content

Commit

Permalink
fix: added permission QUERY_ALL_PACKAGES
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Oct 13, 2023
1 parent 0f09520 commit 9fca409
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mobile/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
<uses-permission
android:name="android.permission.PACKAGE_USAGE_STATS"
tools:ignore="ProtectedPermissions"/>
Expand Down

0 comments on commit 9fca409

Please sign in to comment.