|
|
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) |
| |