Merge "Revert "Enable remote animation for keyguard going away transition."" into sc-dev

This commit is contained in:
Adam Bookatz
2021-07-02 21:14:29 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ public class KeyguardService extends Service {
"persist.wm.enable_remote_keyguard_animation"; "persist.wm.enable_remote_keyguard_animation";
private static final int sEnableRemoteKeyguardAnimation = private static final int sEnableRemoteKeyguardAnimation =
SystemProperties.getInt(ENABLE_REMOTE_KEYGUARD_ANIMATION_PROPERTY, 1); SystemProperties.getInt(ENABLE_REMOTE_KEYGUARD_ANIMATION_PROPERTY, 0);
/** /**
* @see #ENABLE_REMOTE_KEYGUARD_ANIMATION_PROPERTY * @see #ENABLE_REMOTE_KEYGUARD_ANIMATION_PROPERTY

View File

@@ -445,7 +445,7 @@ public class WindowManagerService extends IWindowManager.Stub
"persist.wm.enable_remote_keyguard_animation"; "persist.wm.enable_remote_keyguard_animation";
private static final int sEnableRemoteKeyguardAnimation = private static final int sEnableRemoteKeyguardAnimation =
SystemProperties.getInt(ENABLE_REMOTE_KEYGUARD_ANIMATION_PROPERTY, 1); SystemProperties.getInt(ENABLE_REMOTE_KEYGUARD_ANIMATION_PROPERTY, 0);
/** /**
* @see #ENABLE_REMOTE_KEYGUARD_ANIMATION_PROPERTY * @see #ENABLE_REMOTE_KEYGUARD_ANIMATION_PROPERTY