- Change low battery tips action to launch battery saver page - Enable smart battery tip when battery level is lower than expected and battery saver is off Bug: 183582881 Test: make RunSettingsRoboTests -j40 Change-Id: I38b0ff7109d5ea95703edeade26cdfeed50f1403
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.