jiachangwei

{
"platformName": "Android",
"platformVersion": "6.0.1",
"deviceName": "127.0.0.1:7555",
"appPackage": "com.tencent.mobileqq",
"appActivity": ".activity.SplashActivity",
"noReset": "true"
}

 


Adb获取信息:
获取系统版本:adb shell getprop ro.build.version.release
查看包名:adb shell pm list packages | findstr qq
查看启动入口:adb shell dumpsys activity | findstr com.tencent.mobileqq | findstr LAUNCHER

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-03
  • 2021-10-29
  • 2021-12-02
  • 2021-12-13
  • 2021-05-13
  • 2021-05-13
猜你喜欢
  • 2021-06-06
  • 2021-12-02
  • 2022-12-23
  • 2021-12-03
  • 2021-06-03
  • 2021-06-12
相关资源
相似解决方案