The startActivity API can not launch the help page. Change to use startActivityForResult to launch. Bug: 143784389 Test: Add learnMore_launchesHelp_shouldStartActivityForResult unit test to check if startActivityForResult be called. Change-Id: Ia3ef82f94d4c8feb71131b44be26df74d6259805
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.