summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/system/FactoryResetPreferenceController.java
Commit message (Collapse)AuthorAgeFilesLines
* Update UI for factory reset flowMill Chen2021-02-251-0/+14
| | | | | | | | | | | | | | | | | After applying a collapsing toolbar in the Settings app, the factory reset screen is not displayed correctly. This is because 1) the factory reset page should not essentially have a toolbar since it has different UI layout form other pages. 2) this page was launched previously as a SubSettings so it applied a wrong theme. This change is mainly updating the inheritence structure and specifying the right theme for the factory reset page in order to have a correct layout. Bug: 179457252 Test: robotests and visual verified Change-Id: I91aec65a120d5a288507d89ace7c9298acdca42b
* Misc tweaks in settingsFan Zhang2017-08-041-27/+0
| | | | | | | | | | | | | | | - Tweak layout for default sms picker icon. Now icons are aligned and forced to be in the same size - Update string to use correct double-quote symbol - Multiline title for some user & account setting Change-Id: I27c1ed6459c5cd919778d535ab846b148a3f91b6 Fixes: 64285520 Fixes: 62891178 Fixes: 62265094 Fixes: 64363209 Test: robotests Test: visual
* Move logic for FR in demo mode out of SettingsChristine Franks2017-07-211-1/+1
| | | | | | | | | Bug: 62712426 Test: make \ ROBOTEST_FILTER="(MasterClearTest|FactoryResetPreferenceControllerTest |UtilsTest)" \ RunSettingsRoboTests -j100 Change-Id: I5e287c3d4a6a7050bda78187c52aec19e90b50bc
* Make PreferenceController a mixinTony Mantler2017-06-261-2/+4
| | | | | | Bug: 62912136 Test: Existing tests in BaseSearchIndexProviderTest Change-Id: Ieda359806c09a019840b2005446c7ec8b61fdb00
* Allow FR in carrier demo modeChristine Franks2017-05-311-2/+3
| | | | | | | | Bug: 62133292 Test: make RunSettingsRoboTests -j100, and manually verified FR is available in carrier demo mode. Change-Id: Ia793bf234b229da0490accfea6d44b72395a04bc
* Move reset options to one placeFan Zhang2017-03-241-4/+30
| | | | | | Change-Id: I419c16cbfc69861e01f28c14abdde137bd78f0bb Fix: 36458355 Test: make RunSettingsRoboTests
* Hide "Factory reset" item for secondary usersAnton Philippov2017-03-071-0/+46
Bug: 35415714 Test: make RunSettingsRoboTests Change-Id: I48d6d094476c5fc83dbc17906d84cc848e499624