Bug: 63697002 Bug: 117832554 Test: adb am start-activity -a android.settings.action.MANAGE_OVERLAY_PERMISSION Change-Id: I44c64001cd07fd4934cdc55f455384cebd5c9cfb
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.