zoukankan      html  css  js  c++  java
  • adb命令之解锁打卡

      

    adb devices
    adb shell input keyevent 26                       按手机电源键
    adb shell input swipe 400 1080 400 0       上滑解锁手机
    adb shell am start -n com.alibaba.android.rimet/.biz.SplashActivity             启动app
    adb shell input tap 540 1800                     点击坐标
    adb shell input tap 143 1000                      点击坐标

  • 相关阅读:
    SPOJ
    基础计算几何
    数颜色
    Codeforces 986B
    一些有趣的题
    jQuery
    linux命令学习
    javaScript
    css
    html
  • 原文地址:https://www.cnblogs.com/lelexiong/p/10912075.html
Copyright © 2011-2022 走看看