Make user explicitly set security type for tether network
This was made implicit which is confusing for the user so this CL adds a preference to make the user manually choose their security type. Test: robotests Bug: 79435112 Change-Id: Ie78806e8952b52e1b7cd21f0b87c9d064acaff64
This commit is contained in:
@@ -43,6 +43,6 @@ public class WifiUtilsTest {
|
||||
assertThat(WifiUtils.isHotspotPasswordValid("12345678")).isTrue();
|
||||
assertThat(WifiUtils.isHotspotPasswordValid("1234567890")).isTrue();
|
||||
assertThat(WifiUtils.isHotspotPasswordValid(longPassword)).isFalse();
|
||||
assertThat(WifiUtils.isHotspotPasswordValid("")).isTrue();
|
||||
assertThat(WifiUtils.isHotspotPasswordValid("")).isFalse();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user