diff --git a/api/current.xml b/api/current.xml index c3a6551500cca..3f17e3d55e81b 100644 --- a/api/current.xml +++ b/api/current.xml @@ -17299,6 +17299,17 @@ visibility="public" > + + + android:duration="@android:integer/config_longAnimTime" /> diff --git a/core/res/res/anim/lock_screen_exit.xml b/core/res/res/anim/lock_screen_exit.xml index 0d329216f5d2b..58bc6dbf0f7ee 100644 --- a/core/res/res/anim/lock_screen_exit.xml +++ b/core/res/res/anim/lock_screen_exit.xml @@ -19,5 +19,5 @@ + android:duration="@android:integer/config_longAnimTime" /> diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index 6fd7657979023..c87a11c6de539 100644 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -35,10 +35,10 @@ 150 - 200 + 300 - 350 + 400 diff --git a/services/java/com/android/server/am/ActivityManagerService.java b/services/java/com/android/server/am/ActivityManagerService.java index 87296eb0f2214..351631a61f099 100644 --- a/services/java/com/android/server/am/ActivityManagerService.java +++ b/services/java/com/android/server/am/ActivityManagerService.java @@ -1436,6 +1436,8 @@ public final class ActivityManagerService extends ActivityManagerNative implemen mSimpleProcessManagement = true; } + Log.i(TAG, "Memory class: " + ActivityManager.staticGetMemoryClass()); + MY_PID = Process.myPid(); File dataDir = Environment.getDataDirectory(); @@ -4556,7 +4558,7 @@ public final class ActivityManagerService extends ActivityManagerNative implemen long now = SystemClock.uptimeMillis(); for (i=0; i