There is no auth mechanism to prevent accounts page being opened in screen pinning mode. We will directly close the account page if users are trying to navigate to it from screen pinning mode. Fixes: 137015265 Test: manual, robotests Change-Id: If26eda408a9ef6fa03ad82e5bee51bb7185950d6
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.