方法一
adb shell pm dump com.example | findstr version
输出效果:
方法二
adb shell dumpsys package com.example | findstr version
adb shell pm dump com.example | grep version
adb shell dumpsys package com.example | grep version
标签: 二极管adb521zs