This change adds a temporary link in the default apps settings to allow launching the new default apps UI in PermissionController during the process we migrate default apps to use roles. Bug: 110557011 Test: manually tested the UI Change-Id: I0ac340acd5a077c74b48b28c97f517adb2084a36
Running Settings Robolectric tests
The full suite
$ croot
$ make RunSettingsRoboTests
Running a single test class
$ croot
$ make RunSettingsRoboTests ROBOTEST_FILTER=<ClassName>
For example:
make RunSettingsRoboTests ROBOTEST_FILTER=CodeInspectionTest
You can also use partial class name in ROBOTEST_FILTER. If the partial class name matches multiple file names, all of them will be executed.