This setting is being removed, and it no longer controls whether a package verifier will be invoked. (Each verifier may have its own controls, but they are outside the framework.) Test: atest VerifyAppsOverUsbPreferenceControllerTest Bug: 135751498 Change-Id: I78029c3529f331a88fde42a7aac5c155954f825e
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.