- Count apps in both primary and work profiles - Show the number of any location permitted app instead of background allowed apps on Location settings page - Update the text at the top-level settings page Bug: 129296799 Bug: 129358133 Bug: 129358508 Bug: 131432116 Test: build, flash, and test manually Change-Id: I1a4284257a8a284140b81685efc98a2cc4a74619
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.