diff options
-rwxr-xr-x | msm8996.mk | 4 | ||||
-rw-r--r-- | system.prop | 3 |
2 files changed, 4 insertions, 3 deletions
@@ -306,3 +306,7 @@ 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 479a723..e771f67 100644 --- a/system.prop +++ b/system.prop @@ -33,9 +33,6 @@ 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 |