Files
app_Settings/aconfig/settings_biometrics_integration_declarations.aconfig
Shawn Lin d8edea8154 Add aconfig for biometric onboarding education
Bug: 370940762
Test: m
Flag: com.android.settings.flags.biometric_onboarding_education
Change-Id: I1517feecdb6baff2cf1f97c951c6a4c18e342c45
2024-11-26 09:15:09 +00:00

55 lines
1.4 KiB
Plaintext

package: "com.android.settings.flags"
container: "system"
flag {
name: "sfps_enroll_refinement"
namespace: "biometrics_integration"
description: "This flag controls whether the sfps pause enrollment feature should be enabled"
bug: "288155127"
}
flag {
name: "udfps_enroll_calibration"
namespace: "biometrics_integration"
description: "This flag controls whether the fps enroll calibration feature should be enabled"
bug: "301226085"
}
flag {
name: "enroll_layout_truncate_improvement"
namespace: "biometrics_integration"
description: "This flag controls whether the enroll layout truncate improvement feature should be enabled"
bug: "359149850"
metadata {
purpose: PURPOSE_BUGFIX
}
}
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
}
}
flag {
name: "biometrics_onboarding_education"
namespace: "biometrics_integration"
description: "This flag controls whether the onboarding education settings UX should be enabled"
bug: "370940762"
}
flag {
name: "biometric_onboarding_education"
namespace: "biometrics_integration"
description: "This flag controls whether the onboarding education settings UX should be enabled"
bug: "370940762"
metadata {
purpose: PURPOSE_BUGFIX
}
}