Merge "Revert "Enable remote animation for keyguard going away transition."" into sc-dev am: d24386cd85
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15144072 Change-Id: I97389a1e3a5db3a3aa322c455783dcfa4b8dff84
This commit is contained in:
@@ -73,7 +73,7 @@ public class KeyguardService extends Service {
|
||||
"persist.wm.enable_remote_keyguard_animation";
|
||||
|
||||
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
|
||||
|
||||
@@ -446,7 +446,7 @@ public class WindowManagerService extends IWindowManager.Stub
|
||||
"persist.wm.enable_remote_keyguard_animation";
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user