- Remove icons from injected items - Create a separate section for work profile Bug: 129948280 Test: build, flash, and test manually Change-Id: Ia64af349c8dd1575d629debd574cdb3ae6eb650d
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.