Gathered user info to verify that user is not a guest. If user is a guest (and only a guest: other alternate users may use the feature), they are not allowed to load the nfc_payment_settings xml file. Change-Id: I5700b9cd4b639b031b6d464827d16f4ea4cfa03f Fixes: 80111261 Test: Robotests
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.