|
static boolean | isAppRunningForeground (Context ctx) |
|
static String | getTopActivityName (Context ctx) |
|
static boolean | isSingleActivity (Context ctx) |
|
static List< String > | getRunningApps (Context ctx) |
|
static String | getTimeStamp () |
|
static boolean | writeToZipFile (byte[] data, String filePath) |
|
static String | getAppResourceString (Context context, String stringName) |
|
static String | convertByteArrayToString (byte[] input) |
|
static boolean | isSdcardExist () |
|
static boolean | copyFile (String oldPath, String newPath) |
|
static boolean | copyFolder (String oldPath, String newPath) |
|
static String com.hyphenate.util.EasyUtils.getAppResourceString |
( |
Context |
context, |
|
|
String |
stringName |
|
) |
| |
|
static |
get the string from app context by using the string name because of the performance issue, we will keep to string in hashmap to avoid the resource lookup
- Parameters
-
- Returns
static boolean com.hyphenate.util.EasyUtils.isSdcardExist |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following file:
- hyphenatechatsdk/src/com/hyphenate/util/EasyUtils.java