Bug: 300302098 Flag: adb shell device_config put accessibility com.android.settings.accessibility.edit_shortcuts_in_full_screen true Test: manual Test: atest com.android.settings.accessibility.shortcuts Change-Id: I0b5e367fed962ff01036122ce7ff32a8ae47fbc3
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.