Revert "Cherish: Statusbar brightness control"

This reverts commit 3563c5f051.

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Hưng Phan
2020-11-26 22:12:08 +07:00
parent 65d7980d0f
commit 5c5b0a00db
3 changed files with 0 additions and 15 deletions

View File

@@ -595,9 +595,6 @@
<string name="volume_steps_system_title">Mức âm lượng: Hệ thống</string> <string name="volume_steps_system_title">Mức âm lượng: Hệ thống</string>
<string name="volume_steps_voice_call_title">Mức âm lượng: Gọi thoại</string> <string name="volume_steps_voice_call_title">Mức âm lượng: Gọi thoại</string>
<string name="volume_steps_reset">Thiết lập lại</string> <string name="volume_steps_reset">Thiết lập lại</string>
<!-- Brightness control -->
<string name="status_bar_toggle_brightness">Điều chỉnh độ sáng</string>
<string name="status_bar_toggle_brightness_summary">Điều chỉnh độ sáng bằng cách trượt trên thanh trạng thái</string>
<!-- Notification headers --> <!-- Notification headers -->
<string name="notification_headers_title">Tiêu đề thông báo</string> <string name="notification_headers_title">Tiêu đề thông báo</string>
<string name="notification_headers_summary">Hiển thị tiêu đề trong ngăn thông báo \nYêu cầu khởi động lại SystemUI</string> <string name="notification_headers_summary">Hiển thị tiêu đề trong ngăn thông báo \nYêu cầu khởi động lại SystemUI</string>

View File

@@ -681,10 +681,6 @@
<string name="volume_steps_voice_call_title">Volume steps: Voice Call</string> <string name="volume_steps_voice_call_title">Volume steps: Voice Call</string>
<string name="volume_steps_reset">Reset</string> <string name="volume_steps_reset">Reset</string>
<!-- Brightness control -->
<string name="status_bar_toggle_brightness">Brightness Control</string>
<string name="status_bar_toggle_brightness_summary">Adjust brightness by sliding finger across the statusbar</string>
<!-- Notification headers --> <!-- Notification headers -->
<string name="notification_headers_title">Notification Headers</string> <string name="notification_headers_title">Notification Headers</string>
<string name="notification_headers_summary">Show headers in the notification shade\nRequires a SystemUI restart</string> <string name="notification_headers_summary">Show headers in the notification shade\nRequires a SystemUI restart</string>
@@ -878,5 +874,4 @@
<string name="navbar_visibility">Nav Bar</string> <string name="navbar_visibility">Nav Bar</string>
<string name="navbar_vis_summary">Enable-disable navigation bar</string> <string name="navbar_vis_summary">Enable-disable navigation bar</string>
</resources> </resources>

View File

@@ -41,13 +41,6 @@
</Preference> </Preference>
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="status_bar_brightness_control"
android:icon="@drawable/ic_brightness"
android:title="@string/status_bar_toggle_brightness"
android:summary="@string/status_bar_toggle_brightness_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference <com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="show_fourg" android:key="show_fourg"
android:icon="@drawable/ic_4g" android:icon="@drawable/ic_4g"