If feature flag is on, then display the app list. Otherwise disable it. Bug: 70234293 Test: RunSettingsRoboTests Change-Id: I1663f925abf95e0e4c1a46d98ca165303a76e979
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.