add an IME subtype to close #56
This commit is contained in:
@@ -22,5 +22,10 @@
|
||||
|
||||
<input-method xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:settingsActivity="keepass2android.softkeyboard.LatinIMESettings"
|
||||
android:isDefault="@bool/im_is_default"
|
||||
/>
|
||||
android:isDefault="@bool/im_is_default">
|
||||
<subtype
|
||||
android:label="Keepass2Android"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
/>
|
||||
|
||||
</input-method>
|
||||
|
||||
Reference in New Issue
Block a user