config: Disable remote keyguard animation until it's fixed

Fixes slow post biometric auth screen wakeup.

Change-Id: I8f4824220f14a6fe93e792d15bcaf12fdf2c0ddf
This commit is contained in:
LuK1337 2022-04-04 21:31:18 +02:00 committed by Michael Bestas
parent 6d0a45fb93
commit 9c4fd99fb8

View File

@ -74,6 +74,10 @@ PRODUCT_COPY_FILES += \
PRODUCT_COPY_FILES += \
vendor/lineage/config/permissions/org.lineageos.android.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/org.lineageos.android.xml
# Disable remote keyguard animation
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
persist.wm.enable_remote_keyguard_animation=0
# Enforce privapp-permissions whitelist
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
ro.control_privapp_permissions=enforce