Set "no personalized learning" flag for all text input.

This commit is contained in:
akwizgran
2023-03-09 10:52:46 +00:00
parent a09d88daa8
commit edd3310d03
13 changed files with 19 additions and 9 deletions

View File

@@ -205,6 +205,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:hint="@string/contact_link_hint"
android:imeOptions="flagNoPersonalizedLearning"
android:importantForAutofill="no"
android:inputType="textUri" />