release: Enable screen_off_unlock_udfps
Change-Id: I88f229f68c99d239532347610fd181495eed36e3
This commit is contained in:
committed by
Michael Bestas
parent
309a7abb5e
commit
afcada7da0
@@ -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",
|
||||
],
|
||||
}
|
||||
|
21
release/aconfig/bp1a/android.hardware.biometrics/Android.bp
Normal file
21
release/aconfig/bp1a/android.hardware.biometrics/Android.bp
Normal 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",
|
||||
]
|
||||
}
|
@@ -0,0 +1,6 @@
|
||||
flag_value {
|
||||
package: "android.hardware.biometrics"
|
||||
name: "screen_off_unlock_udfps"
|
||||
state: ENABLED
|
||||
permission: READ_ONLY
|
||||
}
|
Reference in New Issue
Block a user