- Keep the Save button enabled at all times - Show "Enter the SSID" to remind the user Bug: 386897596 Flag: EXEMPT bugfix Test: Manual testing atest SettingsUnitTests:AddNetworkFragmentTest atest WifiConfigController2Test Change-Id: I6cc6b197864511ee2c1c92affc67698b1761f11d
Running Settings Robolectric tests
The full suite
$ croot
$ atest SettingsRoboTests
Running a single test class
With a filter
$ croot
$ atest SettingsRoboTests:com.android.settings.display.AdaptiveSleepPreferenceControllerTest
You can also run any single test class with atest (it will try to find the correct path)
$ atest AdaptiveSleepPreferenceControllerTest