The app icon size as 24dp is too small. We'd like to increase to 32dp based on latest UX feedback and to match Material Spec v2 wrt app icon sizes. Test: make RunSettingsRoboTest -j40 ROBOTEST_FILTER=AppPreferenceTest Test: visual (Launch settings -> App & notification -> verify app icon size increased) Fixes: 71767701 Change-Id: I474df72075602fc48d3123127b4f9bf350374506
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.