当前位置:网站首页>ADB ~ hide or disable the status bar and virtual keys
ADB ~ hide or disable the status bar and virtual keys
2022-07-27 21:25:00 【Nanke is cute】
- Android settings There are three tables :
global: All preferences are open to all users of the system , The third party APP Only read , No write permission ;
system: Contains a variety of user preferences and system settings ;
secure: User preferences and system settings for security , The third party APP Only read , No write permission
settings
Settings provider (settings) commands:
help
Print this help text.
get [--user <USER_ID> | current] NAMESPACE KEY
Retrieve the current value of KEY.
put [--user <USER_ID> | current] NAMESPACE KEY VALUE [TAG] [default]
Change the contents of KEY to VALUE.
TAG to associate with the setting.
{
default} to set as the default, case-insensitive only for global/secure namespace
delete [--user <USER_ID> | current] NAMESPACE KEY
Delete the entry for KEY.
reset [--user <USER_ID> | current] NAMESPACE {
PACKAGE_NAME | RESET_MODE}
Reset the global/secure table for a package with mode.
RESET_MODE is one of {
untrusted_defaults, untrusted_clear, trusted_defaults}, case-insensitive
list [--user <USER_ID> | current] NAMESPACE
Print all defined keys.
NAMESPACE is one of {
system, secure, global}, case-insensitive
- Full screen immersion :
adb shell settings put global policy_control immersive.full=*
- Immersion status bar :
adb shell settings put global policy_control immersive.status=*
- Immerse navigation bar :
adb shell settings put global policy_control immersive.navigation=*
- Which are controlled separately app Not immersed , For example, the following code settings TIM Not immersed , Other programs immerse :
adb shell settings put global policy_control immersive.full=apps,-com.tencent.tim,
- If you want to return to normal mode , Run the following code :
adb shell settings put global policy_control null
- To hide the navigation bar completely ( The upper stroke will not call ):
adb shell wm overscan 0,0,0,-210 // If an invalid You can change the number size Or direction
Four numbers represent Left 、 On 、 Right 、 The distance from the bottom to the edge ( Adjust to demand )
- recovery
adb shell wm overscan 0,0,0,0
边栏推荐
- app测试定位方式
- One of IOU target tracking: IOU tracker
- R language uses t The test function performs a t-test to verify whether the population mean is a specific value (inferring the population mean from the sample set)
- 新来个技术总监要我做一个 IP 属地功能~
- Uncaught SyntaxError: redeclaration of let page
- What is the value of digital factory management system
- Win11 widget prompts how to solve the error when loading this content?
- What are the practical advantages of digital factory system
- Common ArrayList interview questions
- Chapter 7 Intermediate Shell Tool I
猜你喜欢

“地理-语言”大模型文心ERNIE-GeoL及应用
![Thesis appreciation [emnlp18] uses sequence tagging for component parsing](/img/99/98f3e5795407c764907e957f69df10.png)
Thesis appreciation [emnlp18] uses sequence tagging for component parsing

What is the value of digital factory management system

Unity 安装个人免费版

Pytest失败重跑

Puzzle (021) eliminate problems

30分钟彻底弄懂 synchronized 锁升级过程

数字引领 规划先行 聚焦智慧规划信息平台建设及应用项目探索实践

PHP代码审计6—文件包含漏洞

Installation and use tutorial of the latest version of Web vulnerability scanning tool appscan\awvs\xray
随机推荐
数字化工厂系统有什么现实优势
Automated testing ----- selenium (II)
[what subjects does Huawei hcie security test? What knowledge points does Huawei hcie security test have?]
常见ArrayLIst面试题
ECCV 2022 | 中科大&京东提出:数据高效的Transformer目标检测器
The new CTO strongly prohibits the use of calendar?
MAPGIS 3D scene rendering technology and Application
建筑云渲染的应用正在扩大,越来越多的行业急需可视化服务
Obtain website shell permission based on file upload vulnerability
app测试定位方式
Multi person collaborative development specification
MapGIS三维管线建模,唤醒城市地下管线脉搏
Dobot magician robot arm - Introduction
Set up discuz forum and break the stolen database
Zhongdi Digital: integrating innovative domestic GIS to boost the construction of real 3D China
Digital leading planning first, focusing on the construction of intelligent planning information platform and the exploration and practice of application projects
【华为HCIE安全考什么科目?华为HCIE安全考什么知识点?】
Troubleshooting and resolution of program operation problems: an instance of 'std:: Logic_ error‘what(): basic_ string::_ M_ construct null not valid
行为级描述与RTL级描述
Chapter 7 Intermediate Shell Tool I