Skip to content

Commit

Permalink
fix issue: inputstick/keelink plugins could not be enabled on Android…
Browse files Browse the repository at this point in the history
… 11+
  • Loading branch information
PhilippC committed Jan 3, 2022
1 parent b0e6de8 commit e77c3ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/keepass2android/Properties/AndroidManifest_debug.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<!-- Specific intents and packages we query for (required since Android 11) -->
<package android:name="keepass2android.plugin.keyboardswap2" />
<package android:name="keepass2android.AncientIconSet" />
<package android:name="keepass2android.plugin.qr" />
<package android:name="it.andreacioni.kp2a.plugin.keelink" />
<package android:name="com.inputstick.apps.kp2aplugin" />
<package android:name="com.dropbox.android" />

<intent>
Expand Down
7 changes: 5 additions & 2 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="183"
android:versionName="1.09b-r1"
android:versionCode="184"
android:versionName="1.09b-r2"
package="keepass2android.keepass2android"
xmlns:tools="http://schemas.android.com/tools"
android:installLocation="auto">
Expand All @@ -11,6 +11,9 @@
<!-- Specific intents and packages we query for (required since Android 11) -->
<package android:name="keepass2android.plugin.keyboardswap2" />
<package android:name="keepass2android.AncientIconSet" />
<package android:name="keepass2android.plugin.qr" />
<package android:name="it.andreacioni.kp2a.plugin.keelink" />
<package android:name="com.inputstick.apps.kp2aplugin" />
<package android:name="com.dropbox.android" />

<intent>
Expand Down

0 comments on commit e77c3ce

Please sign in to comment.