When running monkey, the authority in the preference might not have been properly set. Add a check for valid authority before trying to update the sync automatically setting. Change-Id: I59f910565fc9f128e86bd92337135fe46fed12e1 Fixes: 80551551 Test: make RunSettingsRoboTests
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.