summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/enterprise/ManageDeviceAdminPreferenceController.java
Commit message (Collapse)AuthorAgeFilesLines
* Make the fragment title can’t searchableEdgar Wang2020-02-061-2/+1
| | | | | | | | | | we shouldn't take users so deep into the settings IA because it's easy to feel lost in settings after clicking on a result without additional context. Bug: 143055215 Test: robotest & manual Change-Id: I337cb5ead31e1e4e7bf9be78132e90630f83ee43
* Reorder and clean up imports.Fan Zhang2018-06-181-1/+0
| | | | | Test: rebuild Change-Id: I178485c84ae7146f991fd77b6d7504b029942a68
* Clean up DeviceAdminSetting: make it into DashboardFragmentFan Zhang2018-06-181-17/+13
| | | | | | Change-Id: Ib5634f782daef15ab317175084c6813d6b8a8bb7 Fixes: 110207366 Test: robo
* Migrate Settings to androidx.Aurimas Liutikas2018-04-201-1/+1
| | | | | | Test: make Settings Bug: 76692459 Change-Id: I941dea40562170649bf056e675cc32e5163c0e39
* Introduce boolean flags to show/hide items in Security & location.Ben Lin2018-01-171-1/+1
| | | | | | | | | | | | | | | | | | This adds 6 new boolean flags: config_show_manage_device_admin config_show_unlock_set_or_change config_show_screen_pinning_settings config_show_manage_trust_agents config_show_show_password config_show_trust_agent_click_intent Which when individually set to false, will hide the item from "Security & location". It will also hide them from surfacing in search results. Bug:62379222 Test: make RunSettingsRoboTests ROBOTEST_FILTER=com.android.settings.security Change-Id: I58d82cbc7f366a9666cdb0f7cd1b90ebbaf418f4
* Make PreferenceController a mixinTony Mantler2017-06-261-3/+4
| | | | | | Bug: 62912136 Test: Existing tests in BaseSearchIndexProviderTest Change-Id: Ieda359806c09a019840b2005446c7ec8b61fdb00
* Finalize strings for enterprise privacyBartosz Fabianowski2017-03-201-2/+4
| | | | | | | | | A few final string tweaks for the enterprise privacy page. Bug: 32692748 Test: m RunSettingsRoboTests Change-Id: I7957263e768a588188e98f298eaae25ec77abeca
* Update strings and layout for enterprise privacyBartosz Fabianowski2017-03-131-0/+52
This CL continues the finalization of UI layout and strings for the enterprise privacy page: * Turn footer into a header * Update strings * Dynamically generate summaries for entry points in security page Bug: 32692748 Test: m RunSettingsRoboTests Change-Id: Ibf248ac269380fb1b919b01f88f721130060b7f9