diff options
author | Dianne Hackborn <hackbod@google.com> | 2011-11-01 19:25:20 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2011-11-01 19:25:20 -0700 |
commit | f35fe23669aeeebd2db2acb6baacae503dba03a8 (patch) | |
tree | b4adf8837e7af2040f88d07089b776accdfda2f7 /api | |
parent | ad41a94b298f834e13632ee29b27cefd75f10012 (diff) | |
download | frameworks_base-f35fe23669aeeebd2db2acb6baacae503dba03a8.zip frameworks_base-f35fe23669aeeebd2db2acb6baacae503dba03a8.tar.gz frameworks_base-f35fe23669aeeebd2db2acb6baacae503dba03a8.tar.bz2 |
Add new OOM adjustment for the "previous" process.
This is the process that you had previously been interacting with
in the UI before the current one. Treating it specially should
allow us to improve the scenario of switching back and forth
between two apps.
Also add API constent for ICS MR1.
Change-Id: Ib3fe4df36b270be11dfd6b7e8d107c9994058a4d
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 9d38566..b180f7d 100644 --- a/api/current.txt +++ b/api/current.txt @@ -14399,6 +14399,7 @@ package android.os { field public static final int HONEYCOMB_MR1 = 12; // 0xc field public static final int HONEYCOMB_MR2 = 13; // 0xd field public static final int ICE_CREAM_SANDWICH = 14; // 0xe + field public static final int ICE_CREAM_SANDWICH_MR1 = 15; // 0xf } public final class Bundle implements java.lang.Cloneable android.os.Parcelable { |