release: Enable screen_off_unlock_udfps

Change-Id: I88f229f68c99d239532347610fd181495eed36e3
This commit is contained in:
Michael Bestas
2025-03-07 02:29:56 +02:00
committed by Michael Bestas
parent 309a7abb5e
commit afcada7da0
3 changed files with 28 additions and 0 deletions

View File

@@ -16,6 +16,7 @@
aconfig_value_set {
name: "aconfig_value_set-lineage-bp1a",
values: [
"aconfig-values-bp1a-android.hardware.biometrics-all",
"aconfig-values-bp1a-com.android.window.flags-all",
],
}

View File

@@ -0,0 +1,21 @@
// Copyright 2025 Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
aconfig_values {
name: "aconfig-values-bp1a-android.hardware.biometrics-all",
package: "android.hardware.biometrics",
srcs: [
"*_flag_values.textproto",
]
}

View File

@@ -0,0 +1,6 @@
flag_value {
package: "android.hardware.biometrics"
name: "screen_off_unlock_udfps"
state: ENABLED
permission: READ_ONLY
}