- Remove smart battery entry from battery settings page since restriction app info already move to app list page and smart battery feature will keep as enabled, smart battery page will be empty - Enable battery usage list page for AOSP Bug: 277175992 Test: make SettingsRoboTests Change-Id: I9221cecbfc8445b8f470975551f600e94e3128d5
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.