public class FotaCtrl
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BUNDLE_ERROR_CODE |
static java.lang.String |
BUNDLE_ERROR_MSG |
static int |
RESULT_CODE_ERROR |
static int |
RESULT_CODE_SUCCESS |
| Constructor and Description |
|---|
FotaCtrl(android.content.Context context)
Instantiates a new Fota ctrl.
|
| Modifier and Type | Method and Description |
|---|---|
android.os.Bundle |
silentOSUpdate(java.lang.String updateZipPath)
Silent os update.
|
public static final java.lang.String BUNDLE_ERROR_CODE
public static final java.lang.String BUNDLE_ERROR_MSG
public static final int RESULT_CODE_ERROR
public static final int RESULT_CODE_SUCCESS
public FotaCtrl(android.content.Context context)
context - the contextpublic android.os.Bundle silentOSUpdate(java.lang.String updateZipPath)
updateZipPath - the update zip path (String)