Gate screen off unlock UDFPS until power optimitized

Flag: com.android.settings.flags.screen_off_unlock_power_optimization
Test: atest SetupFingerprintEnrollFinishTest
      atest FingerprintSettingsUnlockCategoryControllerTest
      atest FingerprintSettingsScreenOffUnlockUdfpsPreferenceControllerTest
Test: manual verify the function hide behind flag screen_off_unlock_power_optimization
Bug: 368465560
Bug: 377635539
Change-Id: Icf3ff83b2a2717228b54ec03e3c27228bb1cad93
This commit is contained in:
lbill
2024-11-06 13:48:49 +00:00
parent 2c4aec3a23
commit 0d8d97ad48
2 changed files with 33 additions and 4 deletions

View File

@@ -15,3 +15,13 @@ flag {
bug: "301226085"
}
flag {
name: "screen_off_unlock_power_optimization"
namespace: "biometrics_integration"
description: "This flag controls Whether to gate fp unlock when screen turns off feature before AOC optimized"
bug: "368465560"
metadata {
purpose: PURPOSE_BUGFIX
}
}