Suppress search from one of the build number prefs.

And make the search-enabled one copyable.

Fixes: 127962713
Test: search
Change-Id: I0867ea8a376e3aac5e94cd70245833b516bb154d
This commit is contained in:
Fan Zhang
2019-03-12 12:50:20 -07:00
parent 40d8ac2968
commit e2eefcd163
6 changed files with 88 additions and 53 deletions

View File

@@ -68,6 +68,7 @@
android:title="@string/build_number"
android:summary="@string/summary_placeholder"
settings:enableCopying="true"
settings:allowDynamicSummaryInSlice="true"
settings:controller="com.android.settings.deviceinfo.firmwareversion.SimpleBuildNumberPreferenceController"/>
</PreferenceScreen>