adb 常用命令集合

1.查看应用内容分布

adb shell dumpsys meminfo 包名

2.获取系统权限

adb shell pm grant 包名 android.permission.RECORD_AUDIO

adb shell pm grant 包名 android.permission.ACCESS_FINE_LOCATION

adb shell pm grant 包名 android.permission.READ_PHONE_STATE

adb shell pm grant 包名 android.permission.CAMERA

adb shell pm grant 包名 android.permission.WRITE_EXTERNAL_STORAGE

3.打开设置界面

adb shell am start -n com.android.settings/com.android.settings.Settings

4.打开开发者选项界面
 adb shell am start -a com.android.settings.APPLICATION_DEVELOPMENT_SETTINGS

posted @ 2019-12-06 17:30  DemonTech  阅读(592)  评论(1编辑  收藏  举报