diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml
index b18970fa..4f8c7d03 100644
--- a/app/src/main/res/values-zh-rCN/strings.xml
+++ b/app/src/main/res/values-zh-rCN/strings.xml
@@ -153,7 +153,8 @@
解决某些地区的 DNS 污染问题
主题颜色
应用中最常见的颜色
- (Android 10+)限制应用隐藏其启动器图标
+ 强制应用在启动器中显示图标
+ 在 Android 10 之后,应用(特别是 Xposed 模块)不被允许隐藏启动器图标。关闭本选项以禁用此功能。
系统
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index dbf5fc12..18989f30 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -154,7 +154,8 @@
Theme color
Color that appears most frequently in the app
System accent color
- (Android 10+) Limit apps to hide their launcher icons
+ Force apps to show launcher icons
+ After Android 10, apps (especially Xposed modules) are not allowed to hide their launcher icons. Turn off the toggle to disable this feature.
System
diff --git a/app/src/main/res/xml/prefs.xml b/app/src/main/res/xml/prefs.xml
index 8e045c32..1c02359a 100644
--- a/app/src/main/res/xml/prefs.xml
+++ b/app/src/main/res/xml/prefs.xml
@@ -94,6 +94,7 @@
android:defaultValue="true"
android:key="show_hidden_icon_apps_enabled"
android:title="@string/settings_show_hidden_icon_apps_enabled"
+ android:summary="@string/settings_show_hidden_icon_apps_enabled_summary"
android:persistent="false"
app:isPreferenceVisible="false" />