Disable personalized learning for password/pin/backup code input widgets

This commit is contained in:
Christian Hagau
2018-05-22 00:00:00 +00:00
parent 090eb7e6e3
commit 546ff281b7
7 changed files with 25 additions and 4 deletions

View File

@@ -21,7 +21,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:layout_marginBottom="8dp"
android:imeOptions="actionNext"
android:imeOptions="actionNext|flagNoPersonalizedLearning"
android:hint="@string/label_passphrase"
android:inputType="textPassword"
android:ems="10"
@@ -32,7 +32,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="8dp"
android:imeOptions="actionDone"
android:imeOptions="actionDone|flagNoPersonalizedLearning"
android:inputType="textPassword"
android:hint="@string/label_passphrase_again"
android:ems="10"