public final class JobUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
hasBootPermission(Context context) |
static boolean |
hasWakeLockPermission(Context context) |
static String |
timeToString(long timeMs) |
public static String timeToString(long timeMs)
timeMs - The time which should be formatted in millie seconds.public static boolean hasBootPermission(Context context)
context - Any context.public static boolean hasWakeLockPermission(Context context)
context - Any context.