Skip to content

Commit

Permalink
explicitly remove READ_PHONE_STATE permission to close #2300; manifes…
Browse files Browse the repository at this point in the history
…t for 1.09e-r7
  • Loading branch information
PhilippC committed Apr 8, 2023
1 parent b3a73f2 commit 5cbddb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/keepass2android/Properties/AndroidManifest_net.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="196"
android:versionName="1.09e-r6"
android:versionCode="197"
android:versionName="1.09e-r7"
package="keepass2android.keepass2android"
xmlns:tools="http://schemas.android.com/tools"
android:installLocation="auto">
Expand Down Expand Up @@ -272,5 +272,5 @@ The scheme=file is still there for old OS devices. It's also queried by apps lik
<uses-permission android:name="android.permission.USE_BIOMETRIC" />
<!-- Samsung Pass permission -->
<uses-permission android:name="com.samsung.android.providers.context.permission.WRITE_USE_APP_FEATURE_SURVEY" />

<uses-permission android:name="android.permission.READ_PHONE_STATE" tools:node="remove" />
</manifest>
5 changes: 3 additions & 2 deletions src/keepass2android/Properties/AndroidManifest_nonet.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="196"
android:versionName="1.09e-r6"
android:versionCode="197"
android:versionName="1.09e-r7"
package="keepass2android.keepass2android_nonet"
xmlns:tools="http://schemas.android.com/tools"
android:installLocation="auto">
Expand Down Expand Up @@ -246,5 +246,6 @@ The scheme=file is still there for old OS devices. It's also queried by apps lik

<uses-permission android:name="keepass2android.keepass2android_nonet.permission.KP2aInternalFileBrowsing" />
<uses-permission android:name="keepass2android.keepass2android_nonet.permission.KP2aInternalSearch" />
<uses-permission android:name="android.permission.READ_PHONE_STATE" tools:node="remove" />

</manifest>

0 comments on commit 5cbddb4

Please sign in to comment.