🏠
Working from home
Pinned Loading
-
one click setup android http proxy 一...
one click setup android http proxy 一键设置 Android Http 代理 1// 关闭代理:adb shell settings put global http_proxy :0
2// 开启代理:adb shell settings put global http_proxy 192.168.1.50:8080
34// 封装函数,自动获取电脑ip,一键设置代理。adbproxy 8080/off
5adbproxy(){
-
Prevent double click
Prevent double click 1import android.view.View;
23public abstract class OneClickListener implements View.OnClickListener {
45private long lastClickTime = 0;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.