Weng Su
f9b5e046a8
Add config for Wi-Fi Hotspot Settings hidden
...
- 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
Merged-In: I11f88d0d15d6d5c2766b64b5847ac31ed0f34c25
Change-Id: I11f88d0d15d6d5c2766b64b5847ac31ed0f34c25
(cherry picked from commit 160b5078ed
)
2022-10-20 09:50:22 +00:00
Weng Su
b9c865b704
Add Hotspot WPA3 Settings
...
- Add WPA3 SAE security types
- "WPA3-Personal"
- "WPA2/WPA3-Personal"
- Verify valid WPA3 password
- Enable QR code scanner for Hotspot WPA3
- Avoid null point exception when settings keyword searching
- Screenshot
https://screenshot.googleplex.com/B6u54wh8w35Xnyf
https://screenshot.googleplex.com/8hWHHUTb6UaS9vB
Bug: 167968488
Test: manual test
- atest WifiTetherSecurityPreferenceControllerTest
- atest WifiUtilsTest
Change-Id: I2992040498f8add107a4cce70a92c1c6ee6ab805
2021-01-10 08:38:39 +00:00
bsears
598ab32345
Revert "Add Hotspot WPA3 Settings"
...
This reverts commit e0062af10c
.
Reason for revert: Bug 176569060 - Droidfood blocking crash in Settings app.
Change-Id: Id50c96e8ce704b19e5ffb9b9a9fcbb0db2d81aee
2020-12-31 21:16:51 +00:00
Weng Su
e0062af10c
Add Hotspot WPA3 Settings
...
- Add WPA3 SAE security types
- "WPA3-Personal"
- "WPA2/WPA3-Personal"
- Verify valid WPA3 password
- Enable QR code scanner for Hotspot WPA3
- Screenshot
https://screenshot.googleplex.com/B6u54wh8w35Xnyf
https://screenshot.googleplex.com/8hWHHUTb6UaS9vB
Bug: 167968488
Test:
- Manual Test
- atest WifiTetherSecurityPreferenceControllerTest
- atest WifiUtilsTest
Change-Id: I155ed0bfd187d27ba864f9fb1b78d08c437740f3
2020-12-29 08:04:10 +00:00
Arc Wang
62c78ff3fa
Migrate robolectric tests to junit tests
...
This change do the 2 things:
1. Add new junit tests files which replace robolectric
RobolectricTestRunner & RuntimeEnvironment with
AndroidX objects without problem.
2. Remove the robolectric test files which have it's new junit files.
This change migrate 103 files, there are still 1209
files to go.
Bug: 174728471
Test: atest
make RunSettingsRoboTests
Change-Id: I15ed3f4745b85862f720aabbf710ce1475aced93
2020-12-16 11:17:57 +08:00