三星s8 怎样隐藏虚拟按键?
怎么样隐藏虚拟按键?有没有小伙伴知道?
0
楼主你好,你只需要借助一条adb命令就能解决该问题,想使用导航环的时候再轻轻向上滑动,就会以透明的形式出来了。
1、打开手机开发者选项,把USB调试模式打开;
2、安装adb
(http://pan.baidu.com/share/lin ... 02444)
3、把手机连上电脑,运行adb程序,输入代码
1)只沉浸状态栏:
adb shell settings put global policy_control immersive.status=*
2)只沉浸导航栏:
adb shell settings put global policy_control immersive.navigation=*
1、打开手机开发者选项,把USB调试模式打开;
2、安装adb
(http://pan.baidu.com/share/lin ... 02444)
3、把手机连上电脑,运行adb程序,输入代码
1)只沉浸状态栏:
adb shell settings put global policy_control immersive.status=*
2)只沉浸导航栏:
adb shell settings put global policy_control immersive.navigation=*