This class is too complex, we can't afford maintaining this long term. We need a new Activity that wraps the framework version of LocalePickerWithRegion. Bug: 111373939 Test: manual test & make RunSettingsRoboTests -j56 Change-Id: I93c719246b84350d2eee4e8ce1ffd97cd168925b
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.