diff options
| author | Siluxsept <ronny.horn.rh@gmail.com> | 2022-11-04 09:28:07 +0100 |
|---|---|---|
| committer | Siluxsept <ronny.horn.rh@gmail.com> | 2022-11-11 01:20:09 +0100 |
| commit | a928d0c6ebe10c16362ee2b305eb0a68b3f44d1d (patch) | |
| tree | 7591ae6bc9f42a6dfb029f261ed89fd00be186e1 /overlay | |
| parent | 02c15d650d027038404c74b838078277f91acb31 (diff) | |
b4s4: overlay: update certified FP and model
* FP should match current platform SPL
Change-Id: I526ffd3848ba8f23c029a1d24f76c75a7f8df82b
Diffstat (limited to 'overlay')
| -rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index cdfab2c6..4c1f30f9 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -384,4 +384,10 @@ <string-array name="config_biometric_sensors" translatable="false" > <item>0:2:15</item> <!-- ID0:Fingerprint:Strong --> </string-array> + + <!-- Fingerprint from a certified device against current platform SPL level --> + <string name="config_certifiedFingerprint" translatable="false">google/raven/raven:13/TP1A.221005.002/9012097:user/release-keys</string> + + <!-- Model from a certified device --> + <string name="config_certifiedModel" translatable="false">Pixel 6 Pro</string> </resources> |
