This ensures that when PlatLogoActivity is launched on a large-screen device, it properly takes over the full screen (and doesn't hide the status bar for Settings!). Bug: 243407943 Test: make RunSettingsRoboTests ROBOTEST_FILTER=FirmwareVersionDetailPreferenceControllerTest Change-Id: Icf10aa43e5b4a27a2fa98ea41b5a9e9cf659e895
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.