cmsdk: cmhw: Deprecate TAP_TO_WAKE feature

All devices should use the native implementation now.

Change-Id: Ic29472ba28569536a8556f61229a8a8fe783354a
This commit is contained in:
Zhao Wei Liew
2016-11-18 12:30:58 +08:00
parent b99c20a806
commit d73a9322a4
4 changed files with 4 additions and 12 deletions

View File

@@ -111,7 +111,10 @@ public final class CMHardwareManager {
/**
* Double-tap the touch panel to wake up the device
*
* @deprecated This functionality is replaced by AOSP's implementation as of CM 13.0.
*/
@Deprecated
@VisibleForTesting
public static final int FEATURE_TAP_TO_WAKE = 0x200;
@@ -175,7 +178,6 @@ public final class CMHardwareManager {
FEATURE_HIGH_TOUCH_SENSITIVITY,
FEATURE_KEY_DISABLE,
FEATURE_SUNLIGHT_ENHANCEMENT,
FEATURE_TAP_TO_WAKE,
FEATURE_TOUCH_HOVERING,
FEATURE_AUTO_CONTRAST,
FEATURE_THERMAL_MONITOR