Package io.anyline2
Class ContextUtils
-
- All Implemented Interfaces:
public class ContextUtilsTemporary 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 StringgetAppVersionName()static StringgetAppBuildNumber()static StringgetAppPackageName()static StringgetAbsolutePath()-
-
Method Detail
-
getAppVersionName
static String getAppVersionName()
-
getAppBuildNumber
static String getAppBuildNumber()
-
getAppPackageName
static String getAppPackageName()
-
getAbsolutePath
static String getAbsolutePath()
-
-
-
-