From 4998c5adcaf276cf7721496238c9798a775afc44 Mon Sep 17 00:00:00 2001 From: Shawn Lin Date: Sun, 29 Dec 2024 06:40:22 +0000 Subject: Split enabledForApp & enabledOnKeyguard settings for FP and Face Make fingerprint & face have their own set of setting keys of enablaedForApps and enabledForKeyguard. Bug: 370940762 Test: atest AuthSessionTest BiometricServiceTest PreAuthInfoTest KeyguardUpdateMonitorTest BiometricSettingsRepositoryTest SettingsBackupTest Flag: com.android.settings.flags.biometrics_onboarding_education Change-Id: Ia7156828d0bce2bbf0389431d3d5299f646bbffe --- packages/SystemUI/Android.bp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/SystemUI/Android.bp') diff --git a/packages/SystemUI/Android.bp b/packages/SystemUI/Android.bp index a935aacacf95..67a90648fd24 100644 --- a/packages/SystemUI/Android.bp +++ b/packages/SystemUI/Android.bp @@ -521,6 +521,7 @@ android_library { "androidx.compose.animation_animation-graphics", "androidx.lifecycle_lifecycle-viewmodel-compose", "kairos", + "aconfig_settings_flags_lib", ], libs: [ "keepanno-annotations", @@ -702,6 +703,7 @@ android_library { "androidx.lifecycle_lifecycle-viewmodel-compose", "TraceurCommon", "Traceur-res", + "aconfig_settings_flags_lib", ], } -- cgit v1.2.3-59-g8ed1b