From 9fb7d1d56398a0b6c45de4c787dc58d2c7757ba1 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 a6baaa2..809d5bb 100644 --- a/res/values/cherish_strings.xml +++ b/res/values/cherish_strings.xml @@ -516,5 +516,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 3a25109..c5977de 100644 --- a/res/xml/cherish_settings_statusbar.xml +++ b/res/xml/cherish_settings_statusbar.xml @@ -125,6 +125,12 @@ android:title="@string/statusbar_colored_icons_title" android:summary="@string/statusbar_colored_icons_summary" android:defaultValue="false" /> + +