cmsdk: Introduce CYANOGENMOD_DISPLAY_VERSION

Change-Id: I4689d141bebfbfecef1fe28af30a4ccce3ea4ba7
This commit is contained in:
Adnan Begovic 2015-10-27 16:00:44 -07:00
parent f61f9d079f
commit 9ad39bfbab
1 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,9 @@ public class Build {
*/
public static final int PARCELABLE_VERSION = CM_VERSION_CODES.DRAGON_FRUIT;
/** A build ID string meant for displaying to the user */
public static final String CYANOGENMOD_DISPLAY_VERSION = "ro.cm.display.version";
private static final SparseArray<String> sdkMap;
static
{