When RRO provides a custom intent package for panic settings and there is an app to handle it, launch the custom intent instead of the AOSP version. Bug: 169946508 Test: robotests Change-Id: I8479c6e0dd4a90b5a03640035b710ae4ccc7809c
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.