- the previous change to update the adaptive home page icon has removed the default background color for the icon. Set it back to the correct default if we do not find any background color set from the tile. Fixes: 124183074 Test: make RunSettingsRoboTests Change-Id: Idafc08ff1a3b20659c5f275d1a6c404f6c7ef2c0
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.