summaryrefslogtreecommitdiffstats
path: root/res/xml/firmware_version.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix a11y issue for the Preferences in the "Android version"Stanley Wang2019-10-041-1/+6
| | | | | | | | | | Talkback should not speak "double-tap to activate". Set the preference selectable attribute to false. Test: manual Fixes: 139709914 Change-Id: If4d6dd480740f4225b1e2932e7838c14a01cf8e5
* Convert xml based API allowDynamicSummaryInSlice to javaFan Zhang2019-04-011-2/+0
| | | | | | | | | | | | | | | - Add boolean useDynamicSliceSummary() in Sliceable interface. This is the switch equivalent to android:allowDynamicSummaryInSlice in xml. It moves the setter closer to regular Sliceable APIs, thus less easily to miss. - Coverted all android:allowDynamicSummaryInSlice to use the java API. - Except 2 prefs in my_device_info. They incorrectly set this to true previously (controller is not sliceable, no point setting dynamicSliceSummary to true. They just won't do anything) Fixes: 128446156 Test: robolectric Change-Id: Ic57acd590dec3e87dcf4592df137321d14b854d9
* Suppress search from one of the build number prefs.Fan Zhang2019-03-121-0/+1
| | | | | | | | And make the search-enabled one copyable. Fixes: 127962713 Test: search Change-Id: I0867ea8a376e3aac5e94cd70245833b516bb154d
* Convert android version dialog into a full screen UIFan Zhang2019-02-221-0/+73
Bug: 112427717 Test: robotests Change-Id: I09c4130c4284670278fa7cab8a21641c663bb365