diff --git a/library/core/src/main/res/values-zh-rCN/strings_app.xml b/library/core/src/main/res/values-zh-rCN/strings_app.xml index 917ffbc5e8..a789174314 100644 --- a/library/core/src/main/res/values-zh-rCN/strings_app.xml +++ b/library/core/src/main/res/values-zh-rCN/strings_app.xml @@ -465,6 +465,8 @@ 解除应用在未使用 appClientId 的情况下跳转到小米应用商店其他应用的详情页会被拒绝展示的限制 打开下载页面时不强制使用小米下载管理器 解决 Google 快速分享查看下载内容跳转错误的问题 + 解除背屏软件白名单 + 禁止背屏息屏/关闭的时候返回桌面 此列表下的功能需要在您了解此类功能后再选择性启用,部分选项存在一定危险性,请知悉\n常规选项的功能除总开关外均即时生效,扩展功能无论开关都需要重启才能生效 包管理服务 @@ -1704,4 +1706,5 @@ 选择模式 开源项目 闭源项目 + 背屏 diff --git a/library/core/src/main/res/values/strings_app.xml b/library/core/src/main/res/values/strings_app.xml index 3aef36f2da..b74f94e781 100644 --- a/library/core/src/main/res/values/strings_app.xml +++ b/library/core/src/main/res/values/strings_app.xml @@ -538,6 +538,8 @@ Allow installation of system apps when updating system apps is disabled Disable reset fingerprint May help resolve the issue of fingerprints resetting after reboot when certain package management services are enabled. Intended only for devices affected by this problem. + Remove the subscreen app whitelist + Prohibit returning to the home screen when the screen is facing down, idle, or turned off Browser Unlock developer options @@ -1743,4 +1745,5 @@ Select mode Open source projects Close source projects + Sub Screen diff --git a/library/core/src/main/res/xml/framework_display.xml b/library/core/src/main/res/xml/framework_display.xml index e98e4a3062..c3d0c12e44 100644 --- a/library/core/src/main/res/xml/framework_display.xml +++ b/library/core/src/main/res/xml/framework_display.xml @@ -51,6 +51,19 @@ + + + + + + + + param.args[3] = false + } + } + + } + + } +}