Receive intent in MobileNetworkActivity and launch a activity which extend SettingsActivity Test: atest Bug: 197609014 Bug: 209606859 Change-Id: Ic07b18b3ea11744f240b25a0986474df763a199b
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.