public class UnzipHelper
extends Activity
Modifier and Type | Field and Description |
---|---|
static int |
DIALOG_DOWNLOAD_PROGRESS |
static java.lang.String |
EXTRA_UNZIP_LOCATION |
static java.lang.String |
EXTRA_UNZIP_LOCATION_ROOT |
static java.lang.String |
EXTRA_UNZIP_MESSAGE |
static java.lang.String |
EXTRA_UNZIP_PATH |
java.io.File |
mUnzipLocation |
java.io.File |
mUnzipLocationRoot |
java.io.File |
mUnzipPath |
Constructor and Description |
---|
UnzipHelper() |
Modifier and Type | Method and Description |
---|---|
void |
onCreate(Bundle savedInstanceState) |
protected Dialog |
onCreateDialog(int id) |
protected void |
onDestroy() |
void |
onResume() |
public static final java.lang.String EXTRA_UNZIP_PATH
public static final java.lang.String EXTRA_UNZIP_LOCATION
public static final java.lang.String EXTRA_UNZIP_MESSAGE
public static final java.lang.String EXTRA_UNZIP_LOCATION_ROOT
public static final int DIALOG_DOWNLOAD_PROGRESS
public java.io.File mUnzipPath
public java.io.File mUnzipLocation
public java.io.File mUnzipLocationRoot