This will allow tapping on the Learn More text to take a user to the support page for battery saver. Bug: 129010739 Test: atest BatterySaverSettingsTest Change-Id: Ifb758ea8c608a4051c093b5d1d43f9a039ab1294
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.