Skip to content

Commit

Permalink
fix: removed query all packages permission on android (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
daviroo authored Jul 20, 2022
1 parent e26b158 commit 4422ab1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/app/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.USE_FINGERPRINT" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" tools:node="remove" />

<!-- TODO android:roundIcon="@mipmap/ic_launcher_round" -->
<application
Expand Down

0 comments on commit 4422ab1

Please sign in to comment.