Stop long passwords crashing CryptKeeper
Bug: 24017705 Change-Id: Ida157f96f350486d9ec0189c68fff314dc4a90f2
This commit is contained in:
@@ -28,6 +28,7 @@
|
|||||||
android:inputType="textPassword"
|
android:inputType="textPassword"
|
||||||
android:textSize="16sp"
|
android:textSize="16sp"
|
||||||
android:padding="10sp"
|
android:padding="10sp"
|
||||||
|
android:maxLength="500"
|
||||||
style="@style/TextAppearance.CryptKeeper_PasswordEntry" />
|
style="@style/TextAppearance.CryptKeeper_PasswordEntry" />
|
||||||
|
|
||||||
<include layout="@layout/crypt_keeper_switch_input_method" />
|
<include layout="@layout/crypt_keeper_switch_input_method" />
|
||||||
|
@@ -28,6 +28,7 @@
|
|||||||
android:inputType="numberPassword"
|
android:inputType="numberPassword"
|
||||||
android:textSize="28sp"
|
android:textSize="28sp"
|
||||||
android:padding="4sp"
|
android:padding="4sp"
|
||||||
|
android:maxLength="500"
|
||||||
style="@style/TextAppearance.CryptKeeper_PasswordEntry" />
|
style="@style/TextAppearance.CryptKeeper_PasswordEntry" />
|
||||||
|
|
||||||
<include layout="@layout/crypt_keeper_switch_input_method" />
|
<include layout="@layout/crypt_keeper_switch_input_method" />
|
||||||
|
Reference in New Issue
Block a user