- Update the user-icon size to 40dp to align with add-icon size - Remove the guestInfo preference and add the infoText as the summary for the guestExit preference and fix UserSettingsTest Bug: 231592331 Test: Manual test, atest SettingsRoboTests Change-Id: I2591bc19a7b2381d1842f0b28ab8fa19c15c19b8
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.