ParanoidSystemUI: Enable pulsing animation for faceunlock

Change-Id: Ib7cff14e4eeecaa9eadc00f041222eefc4ff6684
This commit is contained in:
aswin7469 2024-01-31 21:19:08 +05:30 committed by fazilsheik96
parent 3e9c32b2de
commit e1a4dec457
1 changed files with 7 additions and 0 deletions

7
res/values/flags.xml Normal file
View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Whether we want to stop pulsing while running the face scanning animation -->
<bool name="flag_stop_pulsing_face_scanning_animation">false</bool>
</resources>