1package: "com.android.settings.flags" 2container: "system" 3 4flag { 5 name: "sfps_enroll_refinement" 6 namespace: "biometrics_integration" 7 description: "This flag controls whether the sfps pause enrollment feature should be enabled" 8 bug: "288155127" 9} 10 11flag { 12 name: "udfps_enroll_calibration" 13 namespace: "biometrics_integration" 14 description: "This flag controls whether the fps enroll calibration feature should be enabled" 15 bug: "301226085" 16} 17 18flag { 19 name: "enroll_layout_truncate_improvement" 20 namespace: "biometrics_integration" 21 description: "This flag controls whether the enroll layout truncate improvement feature should be enabled" 22 bug: "359149850" 23 metadata { 24 purpose: PURPOSE_BUGFIX 25 } 26} 27 28flag { 29 name: "screen_off_unlock_power_optimization" 30 namespace: "biometrics_integration" 31 description: "This flag controls Whether to gate fp unlock when screen turns off feature before AOC optimized" 32 bug: "368465560" 33 metadata { 34 purpose: PURPOSE_BUGFIX 35 } 36} 37 38flag { 39 name: "biometrics_onboarding_education" 40 namespace: "biometrics_integration" 41 description: "This flag controls whether the onboarding education settings UX should be enabled" 42 bug: "370940762" 43} 44 45flag { 46 name: "biometric_onboarding_education" 47 namespace: "biometrics_integration" 48 description: "This flag controls whether the onboarding education settings UX should be enabled" 49 bug: "370940762" 50 metadata { 51 purpose: PURPOSE_BUGFIX 52 } 53} 54 55