Add back an id used by CTS
Test: tests can find the autofill dropdown Change-Id: I4361960b4a12e02b06cca1e3112e4679cd6e484d
This commit is contained in:
committed by
Svetoslav Ganov
parent
4d386d5ce7
commit
3de36a3cc1
@ -15,6 +15,7 @@
|
||||
-->
|
||||
|
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/autofill_dataset_picker"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
style="@style/AutofillDatasetPicker">
|
||||
|
@ -2868,6 +2868,7 @@
|
||||
<!-- com.android.server.autofill -->
|
||||
<java-symbol type="layout" name="autofill_save"/>
|
||||
<java-symbol type="layout" name="autofill_dataset_picker"/>
|
||||
<java-symbol type="id" name="autofill_dataset_picker"/>
|
||||
<java-symbol type="id" name="autofill_dataset_list"/>
|
||||
<java-symbol type="id" name="autofill" />
|
||||
<java-symbol type="id" name="autofill_save_title" />
|
||||
|
Reference in New Issue
Block a user