From d95527107ff6179ac5b40182d8583f3421aad067 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Tue, 14 Nov 2023 22:10:07 +0000 Subject: [PATCH] sm8550-common: Remove obsolete ro.charger prop The health AIDL HAL service is not allowed to read ro.charger.* system properties. Moreover, suspend and resume for charger mode is enabled by default in the QTI healthd-ext. Change-Id: Icff054944b019e93d8a99515c040a3004eb583a6 --- system_ext.prop | 3 --- 1 file changed, 3 deletions(-) diff --git a/system_ext.prop b/system_ext.prop index 4a7daf0..6046363 100644 --- a/system_ext.prop +++ b/system_ext.prop @@ -1,9 +1,6 @@ # CNE persist.vendor.cne.feature=1 -# Charger -ro.charger.enable_suspend=1 - # DPM persist.vendor.dpm.feature=11