In previous design, we add default card feature for "me Card". But "me Card" is being built by another team. We have removed related cards from default card feature in ag/5394464 but battery card. Now, remove it. Fixes: 119819851 Test: robotests Change-Id: I445546024c80c227abce649008ec648340577e99
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.