diff options
| author | Rygebin <kaankulahli@gmail.com> | 2017-03-28 11:40:15 +0000 |
|---|---|---|
| committer | Rygebin <kaankulahli@gmail.com> | 2017-03-28 11:40:15 +0000 |
| commit | 91df42e0b6787190e122a2d6b240c4abaf8ac8e0 (patch) | |
| tree | be0aa8ded80166e8fb74a2d2f1c9670696f5df1b | |
| parent | 636f521d86d5bc9bb3624311aca8c47a787a74bc (diff) | |
tilapia: Add dt2w support
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index eb23fc6407b..1d579f0f5c6 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -260,4 +260,10 @@ <!-- The standard AOSP fused location provider --> <item>com.android.location.fused</item> </string-array> + + <!-- Whether device supports double tap to wake --> + <bool name="config_supportDoubleTapWake">true</bool> + + <bool name="config_cameraDoubleTapPowerGestureEnabled">false</bool> </resources> + |
