diff options
author | Dianne Hackborn <hackbod@google.com> | 2015-07-29 15:20:21 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2015-07-29 15:20:21 -0700 |
commit | 0e3de6cacaffcfeda4d6353be61e2f1f9ed80705 (patch) | |
tree | a3ff442ca1aa810866d9a8ba5524764f5150246e /api | |
parent | eda1cc50cead674287616e6a852f8f281b70b9f5 (diff) | |
download | frameworks_base-0e3de6cacaffcfeda4d6353be61e2f1f9ed80705.zip frameworks_base-0e3de6cacaffcfeda4d6353be61e2f1f9ed80705.tar.gz frameworks_base-0e3de6cacaffcfeda4d6353be61e2f1f9ed80705.tar.bz2 |
Change MNC codename to just M.
Change-Id: I4281d200ff6560791c47cf9073ceea1cb509361e
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 2 | ||||
-rw-r--r-- | api/system-current.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/api/current.txt b/api/current.txt index df72adf..6f7ac76 100644 --- a/api/current.txt +++ b/api/current.txt @@ -22704,7 +22704,7 @@ package android.os { field public static final int KITKAT_WATCH = 20; // 0x14 field public static final int LOLLIPOP = 21; // 0x15 field public static final int LOLLIPOP_MR1 = 22; // 0x16 - field public static final int MNC = 23; // 0x17 + field public static final int M = 23; // 0x17 } public final class Bundle extends android.os.BaseBundle implements java.lang.Cloneable android.os.Parcelable { diff --git a/api/system-current.txt b/api/system-current.txt index 319aa9f..66d6a93 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -24649,7 +24649,7 @@ package android.os { field public static final int KITKAT_WATCH = 20; // 0x14 field public static final int LOLLIPOP = 21; // 0x15 field public static final int LOLLIPOP_MR1 = 22; // 0x16 - field public static final int MNC = 23; // 0x17 + field public static final int M = 23; // 0x17 } public final class Bundle extends android.os.BaseBundle implements java.lang.Cloneable android.os.Parcelable { |