Add flag for refactoring biometric prompt and adding new class 3 features.
Bug: 272510026 Bug: 278622168 Test: N/A Change-Id: I159bca46d601237a90caa9e9533b2c595889344e
This commit is contained in:
@@ -606,10 +606,12 @@ object Flags {
|
||||
val APP_PANELS_REMOVE_APPS_ALLOWED =
|
||||
unreleasedFlag(2003, "app_panels_remove_apps_allowed", teamfood = true)
|
||||
|
||||
// 2200 - udfps
|
||||
// 2200 - biometrics (udfps, sfps, BiometricPrompt, etc.)
|
||||
// TODO(b/259264861): Tracking Bug
|
||||
@JvmField val UDFPS_NEW_TOUCH_DETECTION = releasedFlag(2200, "udfps_new_touch_detection")
|
||||
@JvmField val UDFPS_ELLIPSE_DETECTION = releasedFlag(2201, "udfps_ellipse_detection")
|
||||
// TODO(b/278622168): Tracking Bug
|
||||
@JvmField val BIOMETRIC_BP_STRONG = unreleasedFlag(2202, "biometric_bp_strong")
|
||||
|
||||
// 2300 - stylus
|
||||
@JvmField val TRACK_STYLUS_EVER_USED = releasedFlag(2300, "track_stylus_ever_used")
|
||||
|
||||
Reference in New Issue
Block a user