Add Game settings page under Apps so that users can access game related features and toggle settings. Bug: b/185822999 Test: make ROBOTEST_FILTER=GameSettingsPreferenceControllerTest RunSettingsRoboTests Change-Id: I923ba70536b7f68b5330a508b8dabf27e33f4c55
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.