-Reorder fields so the appear/disappear more cleanly -Remove some divider lines- they don't animate with the content, for some reason -Remove an unused field -Hide the badge field (remaining field with divider) if there are no channels -Change style of 'Notifications are blocked' field to better match the other fields Test: revoke notification permission for apps with and without channels Test: BadgePreferenceControllerTest Fixes: 233962859 Change-Id: Ife894172bf91d838edf3b0546c5ee00e206a855f
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.