diff options
author | Zhao Wei Liew <zhaoweiliew@gmail.com> | 2016-11-19 23:24:44 +0800 |
---|---|---|
committer | Rashed Abdel-Tawab <rashedabdeltawab@gmail.com> | 2017-02-04 00:33:21 +0000 |
commit | 952645382cb84a8bdc15506a63df782f96045d4a (patch) | |
tree | e699b1137bdd479805cd73c0803ea2b1a9018c8e /api | |
parent | ebf0e84848edddb44dedfb42def1c744f7f95b5d (diff) | |
download | lineage-sdk-952645382cb84a8bdc15506a63df782f96045d4a.tar.gz lineage-sdk-952645382cb84a8bdc15506a63df782f96045d4a.tar.bz2 lineage-sdk-952645382cb84a8bdc15506a63df782f96045d4a.zip |
CMSDK: Add long-press power for torch CMSetting
This is used to decide whether a user wants
to long-press the power button while the display
is off to activate the torchlight.
Change-Id: I3bfaa4bf5a5452b9af2c412596c6713a151e0ec8
Diffstat (limited to 'api')
-rw-r--r-- | api/cm_current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/cm_current.txt b/api/cm_current.txt index cebb1cb3..e728cb95 100644 --- a/api/cm_current.txt +++ b/api/cm_current.txt @@ -1240,6 +1240,7 @@ package cyanogenmod.providers { field public static final java.lang.String SYSTEM_PROFILES_ENABLED = "system_profiles_enabled"; field public static final java.lang.String SYS_PROP_CM_SETTING_VERSION = "sys.cm_settings_system_version"; field public static final java.lang.String T9_SEARCH_INPUT_LOCALE = "t9_search_input_locale"; + field public static final java.lang.String TORCH_LONG_PRESS_POWER_GESTURE = "torch_long_press_power_gesture"; field public static final java.lang.String TOUCHSCREEN_GESTURE_HAPTIC_FEEDBACK = "touchscreen_gesture_haptic_feedback"; field public static final java.lang.String USE_EDGE_SERVICE_FOR_GESTURES = "edge_service_for_gestures"; field public static final java.lang.String VOLBTN_MUSIC_CONTROLS = "volbtn_music_controls"; |