Package io.anyline2
Class ContextUtils
-
- All Implemented Interfaces:
public class ContextUtils
Temporary class for accessing package names and versions until a proper implementation is added.
-
-
Constructor Summary
Constructors Constructor Description ContextUtils()
-
Method Summary
Modifier and Type Method Description static String
getAppVersionName()
static String
getAppBuildNumber()
static String
getAppPackageName()
static String
getAbsolutePath()
-
-
Method Detail
-
getAppVersionName
static String getAppVersionName()
-
getAppBuildNumber
static String getAppBuildNumber()
-
getAppPackageName
static String getAppPackageName()
-
getAbsolutePath
static String getAbsolutePath()
-
-
-
-