diff options
| author | Yifan Hong <elsk@google.com> | 2019-07-15 16:43:26 -0700 |
|---|---|---|
| committer | Bruno Martins <bgcngm@gmail.com> | 2020-11-08 23:21:49 +0000 |
| commit | 651d5b6012c2de5fd67280c7e61459faa29d6d2f (patch) | |
| tree | 19279db77ceff03e6ff610685d3d61f9f29c7e92 /system.prop | |
| parent | 8170d7ad104edaf9f8beb4326bb20a9f40b82292 (diff) | |
pro1: Replace BOARD_CHARGER_ENABLE_SUSPEND with ro.charger.enable_suspend
Test: charger mode
Bug: 124118169
Change-Id: I3825d08e38d677bd7154879609857de302348b6f
Diffstat (limited to 'system.prop')
| -rw-r--r-- | system.prop | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system.prop b/system.prop index f30b05d..084403c 100644 --- a/system.prop +++ b/system.prop @@ -7,6 +7,9 @@ audio.offload.video=true ro.config.media_vol_steps=25 ro.config.vc_call_vol_steps=11 +# Charger +ro.charger.enable_suspend=true + # DRM drm.service.enabled=true |
