当前位置:   article > 正文

adb 全屏沉浸命令_settings put global

settings put global

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

adb shell settings put global policy_control immersive.full=*
  • 1

沉浸状态栏:

adb shell settings put global policy_control immersive.status=*
  • 1

沉浸导航栏:

adb shell settings put global policy_control immersive.navigation=*
  • 1

我们还可以单独控制哪些app不沉浸,例如以下代码设置google即时桌面不沉浸,其他程序沉浸:

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

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

adb shell settings put global policy_control null
  • 1
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/你好赵伟/article/detail/323509
推荐阅读
相关标签
  

闽ICP备14008679号