diff --git a/content/self-host/client-configuration/advanced-settings/_index.en.md b/content/self-host/client-configuration/advanced-settings/_index.en.md
index 59d2ede..cd871d0 100644
--- a/content/self-host/client-configuration/advanced-settings/_index.en.md
+++ b/content/self-host/client-configuration/advanced-settings/_index.en.md
@@ -953,4 +953,12 @@ When setting, please write the text content of svg into one line, and pay attent
| Default | Example |
| :------: | :------: |
-| RustDesk icon | `floating-window-svg=` |
\ No newline at end of file
+| RustDesk icon | `floating-window-svg=` |
+
+### keep-screen-on
+
+This is for the Android controlled side. Note that keeping the screen on depends on the floating window.
+
+| Values | Default | Example |
+| :------: | :------: | :------: |
+| never, during-controlled, service-on | during-controlled | `keep-screen-on=never` |
\ No newline at end of file
diff --git a/content/self-host/client-configuration/advanced-settings/_index.zh-cn.md b/content/self-host/client-configuration/advanced-settings/_index.zh-cn.md
index df9eb95..39a973c 100644
--- a/content/self-host/client-configuration/advanced-settings/_index.zh-cn.md
+++ b/content/self-host/client-configuration/advanced-settings/_index.zh-cn.md
@@ -953,4 +953,12 @@ Android 浮动窗口具有可调整的透明度。如果您想启用但隐藏浮
| 默认值 | 示例 |
| :------: | :------: |
-| RustDesk icon | `floating-window-svg=` |
\ No newline at end of file
+| RustDesk icon | `floating-window-svg=` |
+
+### keep-screen-on
+
+用于Android 被控的。请注意,保持屏幕打开依赖于浮动窗口。
+
+| 可设值 | 默认值 | 示例 |
+| :------: | :------: | :------: |
+| never, during-controlled, service-on | during-controlled | `keep-screen-on=never` |
\ No newline at end of file