Files
app_Settings/aconfig/settings_biometrics_integration_declarations.aconfig
Justin Yun 1337a88d11 Revert "Replace system_ext container with system"
This reverts commit 6e1b274f03.

A system partition cannot have the aconfigs of other partitions.
Revive the system_ext container for system_ext aconfigs.

Bug: 385213580
Test: "adb shell aflags list" must not be changed.
Flag: EXEMPT refactor
Change-Id: I8f52d5f86e6ffaccd624846fbe1ba0a8fc842af6
2025-01-17 15:03:58 +09:00

55 lines
1.4 KiB
Plaintext

package: "com.android.settings.flags"
container: "system_ext"
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
}
}