When config_regulatory_info_overlay_package_name is configured, load regulatory labels directly from overlay package. Also fix RegulatoryInfoDisplayActivity missing dialog theme. Bug: 283170651 Test: unit test Test: manual - check regulatory labels Change-Id: Ia1f6848abe0da9facf34f47abab09e88d57e74d6
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.