maybug

导航

01 2022 档案

adb shell获取package信息
摘要:# to obtain apk path adb shell pm list packages adb shell pm path com.example.someapp # or just adb shell list pacakges -f # pull to PC adb pull /path 阅读全文

posted @ 2022-01-18 17:30 maybug 阅读(168) 评论(0) 推荐(0)