public class Gander
extends java.lang.Object
| Constructor and Description |
|---|
Gander() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
addAppShortcut(android.content.Context context)
Register an app shortcut to launch the Gander UI directly from the launcher on Android 7.0 and above.
|
static android.content.Intent |
getLaunchIntent(android.content.Context context)
Get an Intent to launch the Gander UI directly.
|
public static android.content.Intent getLaunchIntent(android.content.Context context)
context - A Context.Context.startActivity(Intent).public static java.lang.String addAppShortcut(android.content.Context context)
context - A valid Contextnull if this feature is not supported on the device).
It can be used if you want to remove this shortcut later on.