public class Util
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEBUG |
| Constructor and Description |
|---|
Util() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
AppInstalledOrNot(android.content.Context context,
java.lang.String uri) |
static void |
EnableGestureInAllApp(boolean isEnable)
FALSE == OFF ROM EnableGestureInAllApp (back and home)
TRUE == ON ROM EnableGestureInAllApp (back and home)
|
static void |
EnableSystemGesture(android.content.Context context,
boolean isEnalbe)
TRUE == OFF ROM SystemGesture (back and home)
FALSE == ON ROM SystemGesture (back and home)
|
public static void EnableSystemGesture(android.content.Context context,
boolean isEnalbe)
context - isEnalbe - public static void EnableGestureInAllApp(boolean isEnable)
public static boolean AppInstalledOrNot(android.content.Context context,
java.lang.String uri)