adb賦予app指定權(quán)限
adb shell pm grant com.comany.name android.permission.CAMERA
安裝應(yīng)用時(shí)授予所有的運(yùn)行時(shí)的權(quán)限
adb install -g xxx.apk
adb賦予app指定權(quán)限
adb shell pm grant com.comany.name android.permission.CAMERA
安裝應(yīng)用時(shí)授予所有的運(yùn)行時(shí)的權(quán)限
adb install -g xxx.apk