diff options
-rw-r--r-- | BoardConfigCommon.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 658f0b4..f3992d8 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -118,5 +118,8 @@ BOARD_ALLOW_EGL_HIBERNATION := true # hwcomposer: custom vsync ioctl BOARD_CUSTOM_VSYNC_IOCTL := true +# Suspend in charger to disable capacitive keys +BOARD_ALLOW_SUSPEND_IN_CHARGER := true + # Include aries specific stuff -include device/samsung/aries-common/Android.mk |