cmd执行
➜~ adb shell # 进入设备
dream2qltechn:/ $ dumpsys window windows | grep -E 'mCurrentFocus' #这行才是关键
执行命令之后会显示这些信息:
mCurrentFocus=Window{888a5e2 u0 com.tencent.mobileqq/com.tencent.mobileqq.activity.SplashActivity}
再执行这条命令,找LAUNCHER
monkey -p com.tencent.tim -v -v -1
网友评论