Migrate FINGERPRINT_WAKE_UNLOCK to the new AOSP setting
Change-Id: If5ad35077cfa4fb222928e97db4d50b68a0567c3
This commit is contained in:
committed by
Michael Bestas
parent
38653151b5
commit
dc0c1d8a5c
@@ -2036,15 +2036,6 @@ public final class LineageSettings {
|
||||
public static final Validator ENABLE_TASKBAR_VALIDATOR =
|
||||
sBooleanValidator;
|
||||
|
||||
/**
|
||||
* Whether to enable fingerprint wake-and-unlock.
|
||||
*/
|
||||
public static final String FINGERPRINT_WAKE_UNLOCK = "fingerprint_wake_unlock";
|
||||
|
||||
/** @hide */
|
||||
public static final Validator FINGERPRINT_WAKE_UNLOCK_VALIDATOR =
|
||||
sNonNegativeIntegerValidator;
|
||||
|
||||
/**
|
||||
* I can haz more bukkits
|
||||
* @hide
|
||||
@@ -2309,8 +2300,6 @@ public final class LineageSettings {
|
||||
CLICK_PARTIAL_SCREENSHOT_VALIDATOR);
|
||||
VALIDATORS.put(ENABLE_TASKBAR,
|
||||
ENABLE_TASKBAR_VALIDATOR);
|
||||
VALIDATORS.put(FINGERPRINT_WAKE_UNLOCK,
|
||||
FINGERPRINT_WAKE_UNLOCK_VALIDATOR);
|
||||
VALIDATORS.put(__MAGICAL_TEST_PASSING_ENABLER,
|
||||
__MAGICAL_TEST_PASSING_ENABLER_VALIDATOR);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user