我真的很想找到一个 adb 命令来启动应用程序并模拟/伪造应用程序中的一些点击。
当制作一个 logcat 并使用我的 android-remote 来模拟我想要模拟的东西时,我发现了许多不同的行,例如:
I/ActivityManager( 1920): START u0 {flg=0x10000000 cmp=com.streamtvapp/.new_player.PlayerActivity (has extras)} from uid 10020 on display 0 D/AudioStreamOutALSA( 835): AudioStreamOut: setParameters routing=1024 Standbydevice = 0 activeDevice = 17408
或者
W/ActivityManager( 1920): Input dispatching paused for current ActivityRecord: ActivityRecord{2a1163a8 u0 com.streamtvapp/.new_player.PlayerActivity t86} V/WindowManager( 1920): addAppToken: AppWindowToken{2b410666 token=Token{31b4cec1 ActivityRecord{2a1163a8 u0 com.streamtvapp/.new_player.PlayerActivity t86}}} to stack=1 task=86 at 1
我认为t86是我选择的频道,但我没有找到有关如何启动和打包一些数据的信息。任何提示都会非常好。
JustASec 的问候