Disable autofill for protect password fields #702

(cherry picked from commit e7c9d1943d)
This commit is contained in:
Koitharu
2024-01-24 11:56:04 +02:00
parent 39e21ff93c
commit 6eb2608f88
2 changed files with 4 additions and 2 deletions

View File

@@ -52,6 +52,7 @@
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:imeOptions="actionDone"
android:importantForAutofill="no"
android:inputType="textPassword"
android:maxLength="24"
android:singleLine="true"
@@ -80,4 +81,4 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>

View File

@@ -53,6 +53,7 @@
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:imeOptions="actionDone"
android:importantForAutofill="no"
android:inputType="textPassword"
android:maxLength="24"
android:singleLine="true"
@@ -94,4 +95,4 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>