mirror of
https://github.com/moparisthebest/keepass2android
synced 2025-02-16 06:50:14 -05:00
InputStick plugin: don't type empty string when opening entry (no longer required)
This commit is contained in:
parent
99b03c24c2
commit
2e4c3e3490
@ -1,8 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="keepass2android.plugin.inputstick"
|
||||
android:versionCode="2"
|
||||
android:versionName="1.1" >
|
||||
android:versionCode="3"
|
||||
android:versionName="1.2" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="14"
|
||||
|
@ -34,7 +34,7 @@ public class ActionReceiver extends keepass2android.pluginsdk.PluginActionBroadc
|
||||
} catch (PluginAccessException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
typeText(oe.getContext(), "");
|
||||
//typeText(oe.getContext(), "");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user