1. Make the icon provided by the content provider override static icon. 2. Apply the background settings "bg.hint" and "bg.argb" to icon_uri. Bug: 167568758 Test: visual, robotest Change-Id: I44c66d8ea2686df1dfe1f9ad28645da7e21414ed
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.