jaulib v1.3.0
Jau Support Library (C++, Java, ..)
Static Public Member Functions | List of all members
org.jau.sys.AndroidUtil Class Reference
Collaboration diagram for org.jau.sys.AndroidUtil:

Static Public Member Functions

static final int getPackageInfoVersionCode (final String packageName)
 
static final String getPackageInfoVersionName (final String packageName)
 
static File getTempRoot () throws RuntimeException
 

Detailed Description

Definition at line 33 of file AndroidUtil.java.

Member Function Documentation

◆ getPackageInfoVersionCode()

static final int org.jau.sys.AndroidUtil.getPackageInfoVersionCode ( final String  packageName)
static
Returns
null if platform is not Android or no Android Context is registered via StaticContext.init(..), otherwise the found package version code of packageName is returned.

Definition at line 58 of file AndroidUtil.java.

Here is the call graph for this function:

◆ getPackageInfoVersionName()

static final String org.jau.sys.AndroidUtil.getPackageInfoVersionName ( final String  packageName)
static
Returns
null if platform is not Android or no Android Context is registered via StaticContext.init(..), otherwise the found package version name of packageName is returned.

Definition at line 70 of file AndroidUtil.java.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getTempRoot()

static File org.jau.sys.AndroidUtil.getTempRoot ( ) throws RuntimeException
static
Returns
null if platform is not Android or no Android Context is registered via StaticContext.init(..), otherwise the context relative world readable temp directory returned.

Definition at line 82 of file AndroidUtil.java.

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following file: