diff options
Diffstat (limited to 'src/java/cyanogenmod/os/Build.java')
-rw-r--r-- | src/java/cyanogenmod/os/Build.java | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/java/cyanogenmod/os/Build.java b/src/java/cyanogenmod/os/Build.java index 89ac537..ce7b8fb 100644 --- a/src/java/cyanogenmod/os/Build.java +++ b/src/java/cyanogenmod/os/Build.java @@ -27,17 +27,6 @@ public class Build { /** Value used for when a build property is unknown. */ public static final String UNKNOWN = "unknown"; - /** - * Since there might be a case where new versions of the cm framework use applications running - * old versions of the protocol (and thus old versions of this class), we need a versioning - * system for the parcels sent between the core framework and its sdk users. - * - * This parcelable version should be the latest version API version listed in - * {@link CM_VERSION_CODES} - * @hide - */ - public static final int PARCELABLE_VERSION = CM_VERSION_CODES.ELDERBERRY; - /** A build ID utilized to distinguish cyanogenmod versions */ public static final String CYANOGENMOD_VERSION = "ro.cm.version"; |