public class DataMgmtReceiver
extends android.content.BroadcastReceiver
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLEAR_CONTENT_ACTION
intent action to initiate zeroize
|
static java.lang.String |
TAG |
static java.lang.String |
ZEROIZE_CLEAR_MAPS |
static java.lang.String |
ZEROIZE_CONFIRMED_ACTION
Deprecated.
|
Constructor and Description |
---|
DataMgmtReceiver(MapView mapView) |
Modifier and Type | Method and Description |
---|---|
static void |
deleteDirs(java.lang.String[] dirs,
boolean bContentOnly) |
static void |
deleteFiles(java.lang.String[] files) |
void |
dispose() |
void |
onReceive(android.content.Context context,
android.content.Intent intent) |
abortBroadcast, clearAbortBroadcast, getAbortBroadcast, getDebugUnregister, getResultCode, getResultData, getResultExtras, goAsync, isInitialStickyBroadcast, isOrderedBroadcast, peekService, setDebugUnregister, setOrderedHint, setResult, setResultCode, setResultData, setResultExtras
public static final java.lang.String TAG
public static final java.lang.String CLEAR_CONTENT_ACTION
public static final java.lang.String ZEROIZE_CONFIRMED_ACTION
public static final java.lang.String ZEROIZE_CLEAR_MAPS
public DataMgmtReceiver(MapView mapView)
public void dispose()
public void onReceive(android.content.Context context, android.content.Intent intent)
onReceive
in class android.content.BroadcastReceiver
public static void deleteFiles(java.lang.String[] files)
public static void deleteDirs(java.lang.String[] dirs, boolean bContentOnly)