Skip to content

Commit 6899564

Browse files
committed
remove Plugin option from preferences because it mostly brings up an empty screen only.
1 parent 98c5d54 commit 6899564

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

src/keepass2android-app/Manifests/AndroidManifest_net.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
android:versionCode="245"
4-
android:versionName="1.14-r3"
3+
android:versionCode="246"
4+
android:versionName="1.14-r4"
55
package="keepass2android.keepass2android"
66
xmlns:tools="http://schemas.android.com/tools"
77
android:installLocation="auto">

src/keepass2android-app/Manifests/AndroidManifest_nonet.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
android:versionCode="245"
4-
android:versionName="1.14-r3"
3+
android:versionCode="246"
4+
android:versionName="1.14-r4"
55
package="keepass2android.keepass2android_nonet"
66
xmlns:tools="http://schemas.android.com/tools"
77
android:installLocation="auto">

src/keepass2android-app/Resources/xml/preferences.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@ Keepassdroid, Copyright Brian Pellin.
3838
android:title="@string/application"
3939
android:summary="@string/application_settings" />
4040

41-
42-
<Preference android:key="plugin_key" android:title="@string/plugins" app:iconSpaceReserved="false">
43-
44-
<intent android:action="kp2a.action.PluginListActivity" />
45-
</Preference>
46-
4741
<Preference
4842
app:iconSpaceReserved="false"
4943
android:key="@string/about_prefs_key"

0 commit comments

Comments
 (0)