diff options
author | Chet Haase <chet@google.com> | 2013-09-05 17:07:30 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-09-05 17:07:30 +0000 |
commit | a9fa33b366e82f330ec8a68b616896876e7ddc46 (patch) | |
tree | 4984d5112645dc0967aa687043869e35a3bc3608 /api | |
parent | 217ecacd18407ed6be2dd9a7f062f84103eddb32 (diff) | |
parent | e8222dddaf2e3da14380101e818d4254899e0c0d (diff) | |
download | frameworks_base-a9fa33b366e82f330ec8a68b616896876e7ddc46.zip frameworks_base-a9fa33b366e82f330ec8a68b616896876e7ddc46.tar.gz frameworks_base-a9fa33b366e82f330ec8a68b616896876e7ddc46.tar.bz2 |
Merge "Change build version from KEY_LIME_PIE to KITKAT" into klp-dev
Diffstat (limited to 'api')
-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 7aacb6e..9468c80 100644 --- a/api/current.txt +++ b/api/current.txt @@ -17650,7 +17650,7 @@ package android.os { field public static final int JELLY_BEAN = 16; // 0x10 field public static final int JELLY_BEAN_MR1 = 17; // 0x11 field public static final int JELLY_BEAN_MR2 = 18; // 0x12 - field public static final int KEY_LIME_PIE = 10000; // 0x2710 + field public static final int KITKAT = 10000; // 0x2710 } public final class Bundle implements java.lang.Cloneable android.os.Parcelable { |