android 通过adb对android.provider.Settings变量的读取,写入

写入
adb shell “settings put global captive_portal_mode 0”
读取
adb shell “settings get global captive_portal_mode”

你可能感兴趣的:(Android)