cmsdk: Introduce API level 7 - Guava
Change-Id: I9fda50cc46d15e4f89a29303be18c8947befc3e1
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user