cleanup lineage overlays

This commit is contained in:
ivanmeler 2023-03-29 20:53:33 +02:00
parent 5df0712f55
commit 483d79e93c

View file

@ -14,7 +14,9 @@
limitations under the License. limitations under the License.
--> -->
<resources> <resources>
<!-- Max visible notification icons --> <!-- Should we listen for fingerprints when the screen is off? Devices
<integer name="config_maxVisibleNotificationIcons">12</integer> with a rear-mounted sensor want this, but certain devices have
<integer name="config_maxVisibleNotificationIconsOnLock">13</integer> the sensor embedded in the power key and listening all the time
causes a poor experience. -->
<bool name="config_fingerprintWakeAndUnlock">false</bool>
</resources> </resources>