车机软件安装修改权限常用命令

车机软件安装修改权限常用命令

允许安装软件的命令

adb shell setprop persist.sys.installed_enable true

提升shizuku权限命令

adb shell sh /sdcard/Android/data/moe.shizuku.privileged.api/start.sh

停用高德地图

adb shell pm disable-user com.autonavi.amapauto

启用用高德地图

adb shell pm enable com.autonavi.amapauto

设置软件全屏显示命令

adb shell settings put global policy_control immersive.full=com.baidu.BaiduMap

沉浸状态栏:

adb shell settings put global policy_control immersive.status=*

adb 实现沉浸式状态栏 导航栏

adb shell settings put global policy_control immersive.full=*

设置google即时桌面不沉浸,其他程序沉浸:

adb shell settings put global policy_control immersive.full=apps,-com.google.android.googlequicksearchbox

如果想恢复到正常模式,运行下面的代码:

adb shell settings put global policy_control null

相关推荐