Add a developer option to controll mockmodemservice permission
Bug: 220995034 Test: 1.enable/disable from developer option and check the property value 2.atest MockModemPreferenceControllerTest Change-Id: Iaa1a29f4214e1208fe4de497ff4b05c47c34b266
This commit is contained in:
@@ -491,6 +491,7 @@ public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFra
|
||||
controllers.add(new BugReportInPowerPreferenceController(context));
|
||||
controllers.add(new AutomaticSystemServerHeapDumpPreferenceController(context));
|
||||
controllers.add(new MockLocationAppPreferenceController(context, fragment));
|
||||
controllers.add(new MockModemPreferenceController(context));
|
||||
controllers.add(new DebugViewAttributesPreferenceController(context));
|
||||
controllers.add(new SelectDebugAppPreferenceController(context, fragment));
|
||||
controllers.add(new WaitForDebuggerPreferenceController(context));
|
||||
|
Reference in New Issue
Block a user