CMSettings: Add FEATURE_TOUCH_HOVERING

Unbreaks the build by adding this missing setting used in framework
services.

Change-Id: I4389647b026f0a755623cb822996344755b9590a
TICKET: CYNGNOS-1166
This commit is contained in:
d34d 2016-03-11 12:46:56 -08:00
parent 9f124658e6
commit 9714d7f9de
1 changed files with 6 additions and 0 deletions

View File

@ -2654,6 +2654,12 @@ public final class CMSettings {
*/
public static final String LOCK_PASS_TO_SECURITY_VIEW = "lock_screen_pass_to_security_view";
/**
* Whether touch hovering is enabled on supported hardware
* @hide
*/
public static final String FEATURE_TOUCH_HOVERING = "feature_touch_hovering";
// endregion
/**