Android ADB commands to get the device properties

后端 未结 4 1685
独厮守ぢ
独厮守ぢ 2020-12-02 04:53

I am trying to get the device properties from ADB commands. I can how ever get those values by running sample android application. How ever I wish to get using adb shell com

4条回答
  •  鱼传尺愫
    2020-12-02 05:28

    adb shell getprop ro.build.version.sdk
    

    If you want to see the whole list of parameters just type:

    adb shell getprop
    

提交回复
热议问题