Remove autofill from launcher edittext boxes
Bug: 214482595 Test: notifyEnterOrExitForAutoFillIfNeeded not called Change-Id: I2a988b36d1f06036cb68255bb98aab13bb6d8b73
This commit is contained in:
parent
8da8198bbb
commit
7d63654691
|
@ -26,6 +26,7 @@
|
|||
android:gravity="center"
|
||||
android:hint="@string/all_apps_search_bar_hint"
|
||||
android:imeOptions="actionSearch|flagNoExtractUi"
|
||||
android:importantForAutofill="no"
|
||||
android:inputType="text|textNoSuggestions|textCapWords"
|
||||
android:maxLines="1"
|
||||
android:padding="8dp"
|
||||
|
|
|
@ -119,6 +119,7 @@
|
|||
android:gravity="center"
|
||||
android:hint="@string/all_apps_search_bar_hint"
|
||||
android:imeOptions="actionSearch|flagNoExtractUi"
|
||||
android:importantForAutofill="no"
|
||||
android:inputType="text|textNoSuggestions|textCapWords"
|
||||
android:maxLines="1"
|
||||
android:padding="8dp"
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
android:gravity="center_horizontal"
|
||||
android:hint="@string/folder_hint_text"
|
||||
android:imeOptions="flagNoExtractUi"
|
||||
android:importantForAutofill="no"
|
||||
android:singleLine="true"
|
||||
android:textColor="?attr/folderTextColor"
|
||||
android:textColorHighlight="?android:attr/colorControlHighlight"
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
android:layout_weight="1"
|
||||
android:inputType="text"
|
||||
android:imeOptions="actionSearch"
|
||||
android:importantForAutofill="no"
|
||||
android:textColor="?android:attr/textColorPrimary"
|
||||
android:textColorHint="?android:attr/textColorSecondary"/>
|
||||
|
||||
|
|
Loading…
Reference in New Issue