- Add config_show_wifi_hotspot_settings for Settings customization - Hide Wi-Fi Hotspot preference in Hotspot & tethering Settings - Don't launch Wi-Fi Hotspot Settings (e.g long press on Hotspot in QS-tile) Bug: 213426762 Test: manual test atest -c com.android.settings.wifi.WifiUtilsTest make RunSettingsRoboTests ROBOTEST_FILTER=WifiTetherPreferenceControllerTest make RunSettingsRoboTests ROBOTEST_FILTER=WifiTetherSettingsTest Change-Id: I11f88d0d15d6d5c2766b64b5847ac31ed0f34c25
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.