From d4a81c4071a3b36acbb1a7ea77dedadf52a4ae33 Mon Sep 17 00:00:00 2001 From: Asriadi Rahim Date: Sat, 20 Jul 2024 22:24:32 +0800 Subject: [PATCH] wahoo: Enable & Disable several config features * config_show_regulatory_info * config_supports_volume_steps * config_show_battery_cycle_count * config_show_battery_design_capacity & config_show_battery_maximum_capacity, Only show Unavalaible. Ref: https://github.com/Evolution-XYZ/packages_apps_Settings/commit/3c8e518f13bb2709dc7a075de4bf850bd3334163 Signed-off-by: Asriadi Rahim --- .../Settings/res/values/lineage_config.xml | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 overlay-lineage/packages/apps/Settings/res/values/lineage_config.xml diff --git a/overlay-lineage/packages/apps/Settings/res/values/lineage_config.xml b/overlay-lineage/packages/apps/Settings/res/values/lineage_config.xml new file mode 100644 index 00000000..3b286b8e --- /dev/null +++ b/overlay-lineage/packages/apps/Settings/res/values/lineage_config.xml @@ -0,0 +1,32 @@ + + + + + true + + + true + + + true + + + false + + + false + \ No newline at end of file