sdk: Introduce config_proximityCheckOnFpsUnlock
Change-Id: I304aa324c5775669e3fc1e9e82fbfa0ce2eb9dfc
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 The CyanogenMod Project
|
||||
2017-2023 The LineageOS Project
|
||||
2017-2024 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
@@ -298,6 +298,10 @@
|
||||
causes a poor experience. -->
|
||||
<bool name="config_fingerprintWakeAndUnlock">true</bool>
|
||||
|
||||
<!-- Whether device implements proximity sensor based checks to prevent
|
||||
accidental unlocks when the screen is off. -->
|
||||
<bool name="config_proximityCheckOnFpsUnlock">false</bool>
|
||||
|
||||
<!-- The list of components which should be automatically disabled for a specific device.
|
||||
Note: this MUST not be used to randomly disable components, ask for approval first! -->
|
||||
<string-array name="config_deviceDisabledComponents" translatable="false" />
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2015 The CyanogenMod Project
|
||||
2017-2023 The LineageOS Project
|
||||
2017-2024 The LineageOS Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
@@ -185,6 +185,10 @@
|
||||
causes a poor experience. -->
|
||||
<java-symbol type="bool" name="config_fingerprintWakeAndUnlock" />
|
||||
|
||||
<!-- Whether device implements proximity sensor based checks to prevent
|
||||
accidental unlocks when the screen is off. -->
|
||||
<java-symbol type="bool" name="config_proximityCheckOnFpsUnlock" />
|
||||
|
||||
<!-- Package Manager -->
|
||||
<java-symbol type="array" name="config_deviceDisabledComponents" />
|
||||
<java-symbol type="array" name="config_globallyDisabledComponents" />
|
||||
|
||||
Reference in New Issue
Block a user