cmsdk: Introduce API level 7 - Guava

Change-Id: I9fda50cc46d15e4f89a29303be18c8947befc3e1
This commit is contained in:
Steve Kondik
2016-09-04 04:35:09 -07:00
parent fe3b9f0842
commit aac8bdc05d
4 changed files with 12 additions and 4 deletions

View File

@@ -43,6 +43,7 @@ public class Build {
sdkMap.put(CM_VERSION_CODES.DRAGON_FRUIT, "Dragon Fruit");
sdkMap.put(CM_VERSION_CODES.ELDERBERRY, "Elderberry");
sdkMap.put(CM_VERSION_CODES.FIG, "Fig");
sdkMap.put(CM_VERSION_CODES.GUAVA, "Guava");
}
/** Various version strings. */
@@ -169,6 +170,11 @@ public class Build {
* Signing out, Adnan \u270C
*/
public static final int FIG = 6;
/**
* Unreleased preliminary version starting from CM14
*/
public static final int GUAVA = 7;
}
/**

View File

@@ -64,7 +64,7 @@ public final class Concierge {
* {@link CM_VERSION_CODES}
* @hide
*/
public static final int PARCELABLE_VERSION = CM_VERSION_CODES.FIG;
public static final int PARCELABLE_VERSION = CM_VERSION_CODES.GUAVA;
/**
* Tell the concierge to receive our parcel, so we can get information from it.