Skip to content
View yava555's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report yava555

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. 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
    3
    
                  
    4
    // 封装函数,自动获取电脑ip,一键设置代理。adbproxy 8080/off
    5
    adbproxy(){
  2. Prevent double click Prevent double click
    1
    import android.view.View;
    2
    
                  
    3
    public abstract class OneClickListener implements View.OnClickListener {
    4
    
                  
    5
        private long lastClickTime = 0;