Skip to content

Instantly share code, notes, and snippets.

@Cee
Created December 23, 2016 06:16
Show Gist options
  • Select an option

  • Save Cee/39e3a4e0319b97b911988aa63933343f to your computer and use it in GitHub Desktop.

Select an option

Save Cee/39e3a4e0319b97b911988aa63933343f to your computer and use it in GitHub Desktop.
Remove captive letter
# 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