summaryrefslogtreecommitdiff
path: root/src/com/android/settings/development/DevelopmentSettingsDisabledActivity.java
AgeCommit message (Collapse)Author
2017-05-15Update strings in special app access and dev optionsFan Zhang
- Change all yes/no or on/off strings in special app access to Allowed/Not allowed - Remove some dead code in related files - Add a toast string in DevelopmentSettingsDisabledActivity to prompt user enable dev options before use. - Add search in SpecialAccessSettings Change-Id: I8b2535e037a86e76bdbcd3fb6e1cf2e0347bedbf Fix: 38290299 Fix: 37469224 Test: make RunSettingsRoboTests
2017-05-11Add a no-op activity to handle development setting intent.Fan Zhang
This no-op activity is only enabled when the real setting is turned off. Change-Id: I7ccf4645054a60569a77076c24cf42da80479fed Fix: 37651414 Test: rerun CTS test android.systemintents.cts.TestSystemIntents#testSystemIntents