Remove the legacy smart battery tip from the battery settings, which will remind users to eanble the "adaptive battery" if users disable it. Reasons: 1) 98% users will always keep the AB is enabled, and 2) we move the AB into the battery saver page, there is no individual page anymore Fix: 281798483 Test: make test RunSettingsRoboTests ROBOTEST_FILTER=com.android.settings.fuelgauge.batterytip.* Change-Id: I85739b88ee9373b95a62271d2eb0137cf411d8cb
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.