diff options
author | Dianne Hackborn <hackbod@google.com> | 2013-02-25 15:55:37 -0800 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2013-02-25 15:55:37 -0800 |
commit | 45e9ede55f3c5049fed1fc5002bd5084d1cd7eac (patch) | |
tree | 0c21d7b622f7b57e19319d20076d0c9e41cc17e3 /api/current.txt | |
parent | f4b36ad1617920691def64c00179666e2e42d5fa (diff) | |
download | frameworks_base-45e9ede55f3c5049fed1fc5002bd5084d1cd7eac.zip frameworks_base-45e9ede55f3c5049fed1fc5002bd5084d1cd7eac.tar.gz frameworks_base-45e9ede55f3c5049fed1fc5002bd5084d1cd7eac.tar.bz2 |
Add version code constant for JB MR2.
Change-Id: I60fc76bbeb3c5e85d716179e9e3ea5758bafaf69
Diffstat (limited to 'api/current.txt')
-rw-r--r-- | api/current.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/current.txt b/api/current.txt index b510704..86353d1 100644 --- a/api/current.txt +++ b/api/current.txt @@ -15849,7 +15849,7 @@ package android.os { field public static final int ICE_CREAM_SANDWICH_MR1 = 15; // 0xf field public static final int JELLY_BEAN = 16; // 0x10 field public static final int JELLY_BEAN_MR1 = 17; // 0x11 - field public static final int K = 10000; // 0x2710 + field public static final int JELLY_BEAN_MR2 = 10000; // 0x2710 } public final class Bundle implements java.lang.Cloneable android.os.Parcelable { |