Created
December 23, 2016 06:16
-
-
Save Cee/39e3a4e0319b97b911988aa63933343f to your computer and use it in GitHub Desktop.
Remove captive letter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Before Android 7.1.1 | |
| adb shell "settings put global captive_portal_server www.google.cn"; | |
| # After Android 7.1.1 | |
| adb shell "settings put global captive_portal_https_url https://www.google.cn"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment