From 7b3b614829564ad456400ed1d464168b85144bc9 Mon Sep 17 00:00:00 2001 From: Pranav Vashi Date: Sat, 24 Sep 2022 10:50:56 +0700 Subject: [PATCH] Cherish:Add ability to toggle bluetooth battery level [2/2] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hưng Phan --- res/values/cherish_strings.xml | 4 ++++ res/xml/cherish_settings_statusbar.xml | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/res/values/cherish_strings.xml b/res/values/cherish_strings.xml index 63a06e1..884b0e5 100644 --- a/res/values/cherish_strings.xml +++ b/res/values/cherish_strings.xml @@ -685,5 +685,9 @@ Colored icons Use proper app icons for notification icons in statusbar + + + Bluetooth battery status + Display battery status for the connected bluetooth device, if available diff --git a/res/xml/cherish_settings_statusbar.xml b/res/xml/cherish_settings_statusbar.xml index ebbb749..2ca6cf5 100644 --- a/res/xml/cherish_settings_statusbar.xml +++ b/res/xml/cherish_settings_statusbar.xml @@ -156,6 +156,12 @@ android:title="@string/statusbar_colored_icons_title" android:summary="@string/statusbar_colored_icons_summary" android:defaultValue="false" /> + +