Skip to content

Commit

Permalink
Removed READ_PHONE_STATE permission
Browse files Browse the repository at this point in the history
Thanks @IzzySoft for insisting to do this

Signed-off-by: sunilpaulmathew <[email protected]>
  • Loading branch information
sunilpaulmathew committed Oct 10, 2024
1 parent a1113ff commit ee63634
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
tools:ignore="ScopedStorage" />
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"
tools:ignore="QueryAllPackagesPermission" />
<uses-permission android:name="android.permission.READ_PHONE_STATE"
tools:node="remove" />

<application
android:allowBackup="true"
Expand Down

0 comments on commit ee63634

Please sign in to comment.