1、获取当前测试App的包名和启动的Activity名称
adb shell dumpsys window w |findstr \/ |findstr name=
2、启动App
adb shell am start -W package\activity
1、获取当前测试App的包名和启动的Activity名称
adb shell dumpsys window w |findstr \/ |findstr name=
2、启动App
adb shell am start -W package\activity