Request focus from parent view in controller. Based on framework patch, it can be placed in a parent and focus will go to whatever view is the default focusable in that hierarchy. Fixes: 68776177 Fixes: 72882629 Test: RunSettingsRobotests and Manual test Change-Id: I3bcdc4ec814f68079a00e40435f46bdfa53f4425
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.