- remove duplicate settings - move recent app list to bottom of the screen - change dropdown fields to dialogs Test: manual, make RunSettingsRoboTests Change-Id: Ia07d56e39be10c7b8be58f9ec35114ca2eab7d5c Fixes: 72402499
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.