Set a summary holder for initial preference at the biginning. If there is no any permission granted, then set a string for it. Test: Rebuild, visual Fixes: 140783222 Change-Id: Ic5f2730123110bad5fbc08fcd22b1df564b8637d
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.