Rename the shortcut title for dark theme from "Schedule" to "Dark theme"

The label defined in the activity won't be displayed in the page.

Test: manually
Bug: 247701644
Change-Id: Ibf2ef6aa38de109618896a9db28d9a8245aa32c3
This commit is contained in:
Xuanang Zhao
2022-09-20 14:37:10 +08:00
parent dd79717247
commit 2598dd4e39

View File

@@ -1314,7 +1314,7 @@
<activity <activity
android:name="Settings$DarkThemeSettingsActivity" android:name="Settings$DarkThemeSettingsActivity"
android:label="@string/dark_ui_auto_mode_title" android:label="@string/dark_ui_mode"
android:exported="true" android:exported="true"
android:enabled="true"> android:enabled="true">
<intent-filter android:priority="32"> <intent-filter android:priority="32">