google_pixel: Disable remote keyguard animation until it's fixed

* Fixes slow post biometric auth screen wakeup.
* Fixes soft SystemUI reset on unlock sometimes.

Change-Id: I8f4824220f14a6fe93e792d15bcaf12fdf2c0ddf
lineage-20.0
LuK1337 2 years ago committed by Nolen Johnson
parent 776306cd17
commit db5c532052
  1. 5
      product.mk

@ -34,6 +34,11 @@ PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST += \
system/etc/permissions/privapp_allowlist_com.google.android.ext.services.xml \
system/priv-app/GoogleExtServicesMobile/GoogleExtServicesMobile.apk
# Disable remote keyguard animation
# Only here due to Pixel Launcher bug
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
persist.wm.enable_remote_keyguard_animation=0
## Sepolicy
BOARD_SEPOLICY_DIRS += \
hardware/google/pixel-sepolicy/flipendo

Loading…
Cancel
Save