dubai: overlay: Move UDFPS enroll radius to settings
- required after LineageOS/android_packages_apps_Settings@af35c7c Change-Id: I79ecd91513df0d195e1d15d20b4438d1b283743f Signed-off-by: Omkar Chandorkar <gotenksIN@aospa.co>
This commit is contained in:
parent
e7d6c36fac
commit
404e3fd07f
2 changed files with 3 additions and 9 deletions
|
@ -19,4 +19,7 @@
|
||||||
<!-- Whether to show a preference item for regulatory information in About phone -->
|
<!-- Whether to show a preference item for regulatory information in About phone -->
|
||||||
<bool name="config_show_regulatory_info">true</bool>
|
<bool name="config_show_regulatory_info">true</bool>
|
||||||
|
|
||||||
|
<!-- The radius of the enrollment progress bar, in dp -->
|
||||||
|
<integer name="config_udfpsEnrollProgressBar">65</integer>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!--
|
|
||||||
Copyright (C) 2022 The LineageOS Project
|
|
||||||
SPDX-License-Identifier: Apache-2.0
|
|
||||||
-->
|
|
||||||
<resources>
|
|
||||||
<!-- The radius of the enrollment progress bar, in DP. -->
|
|
||||||
<integer name="config_udfpsEnrollProgressBar">65</integer>
|
|
||||||
</resources>
|
|
Loading…
Reference in a new issue