diff options
-rwxr-xr-x | msm8996.mk | 4 | ||||
-rw-r--r-- | system.prop | 3 |
2 files changed, 3 insertions, 4 deletions
@@ -306,7 +306,3 @@ PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/wifi/WCNSS_cfg.dat:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/WCNSS_cfg.dat \ $(LOCAL_PATH)/wifi/WCNSS_qcom_cfg.ini:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/WCNSS_qcom_cfg.ini - -# Offline charging -PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ - ro.enable_boot_charger_mode=true diff --git a/system.prop b/system.prop index e771f67..479a723 100644 --- a/system.prop +++ b/system.prop @@ -33,6 +33,9 @@ persist.camera.video.ubwc=0 ro.persist.qcapb=1 camera.disable_zsl_mode=1 +# Charger +ro.enable_boot_charger_mode=1 + # CNE persist.cne.feature=1 |