Adds two overlay settings for Swipe Up gesture, one for the default value (enabled/disabled), and another one to show/hide the Swipe Up settings page in Settings app. Bug: 78908915 Bug: 78641268 Test: Robotests and Manual test Change-Id: If7bea967f3af9ebe96ab87e8a4d6d05c5daa4ed5
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.