For devices that don't support wallet, don't even show the setting in a disabled state, which can cause confusion and lead the user to believe they can enable it somehow. Fixes: 251089510 Test: WalletPrivacyPreferenceControllerTest Change-Id: I5d60957f24712bb4d75e72fa5f64cab35b6d6a5f
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.