summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/development/BugReportPreferenceController.java
Commit message (Collapse)AuthorAgeFilesLines
* rename v2 controllersjeffreyhuang2017-11-221-0/+47
| | | | | | | | | - Remove v2 postfix on controllers now that v1 dev options have been removed Bug: 34203528 Test: compiles and tests still pass Change-Id: I7a937e914293233801dbd1d9536b7b47ee70d591
* Delete DevelopmentSettings.javajeffreyhuang2017-11-171-68/+0
| | | | | | | | | - Remove the old DevelopmentSettings - Remove references to the feature flag Fixes: 65522949 Test: make RunSettingsRoboTests -j40 Change-Id: Ie2eb3465127d79a027de6bb58a47bb15e3094f89
* Introduce BugReportPreferenceControllerV2jeffreyhuang2017-10-031-0/+4
| | | | | | | | | | | - Create new BugReportPreferenceControllerV2 - Deprecated BugReportPreferenceController - Create controller inside the DashboardFragment - Port logic from DevelopmentSettings into the controller Bug: 34203528 Test: make RunSettingsRoboTests -j40 Change-Id: Ic932bdd8c05f75af5a9390fb4372fb4bbc7d2340
* Make PreferenceController a mixinTony Mantler2017-06-261-2/+4
| | | | | | Bug: 62912136 Test: Existing tests in BaseSearchIndexProviderTest Change-Id: Ieda359806c09a019840b2005446c7ec8b61fdb00
* Add check for DISALLOW_DEBUGGING_FEATURES restrictionDoris Ling2016-12-091-0/+62
- if the user has restriction for the action DISALLOW_DEBUGGING_FEATURES, remove the preference for taking bug report and the switch preference to enable bug report shortcut in the power key. - refactor DevelopmentSettings to use preference controller for Take bug report and enable bug report in power key. Fixes: 27145643 Test: make RunSettingsRoboTests Change-Id: I18784d218d37956130c33f527d514ab703727397