Note: 1) The "Swipe bottom for notification" will still available in Settings 2) If user had ever turn ON this settings, then we will NOT help user change() any setting for this purpose. Test: facory reset and observe the default function if OFF Bug: 182711813 Change-Id: I9d76c6c5c83a1dcfaaf289b5af9dcc996bb943fa
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.