The dark theme screen has been removed in favor of a simple toggle with a dialog that shows up the first time a user tries to enable dark theme when in light theme. Test: robotests pass Bug: 130251804 Change-Id: I48f8e24a2b2a117e5a8054c5bc0b240ba68fe1ad
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.