Users may have trouble finding this setting in face auth. Heard this from dogfood/executive feedback and customer support discussion. So add Skip Lock Screen preference in Display > Lock screen display > What to show > and App & Notifications > Notifications > Lock Screen > Bug: 138458558 Test: robotest & manual Change-Id: I10e420821423821743d65b00c8b7e6d4d1224e00
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.