- when the fragment is created, checks the argument to see if the extra fragment arg key is set. If so, do not hide the preferences in the preference screen inside the advanced button. Change-Id: I80fa20672024fe702ed2ddab448232bdc92ce05f Fixes: 68988454 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.