Process zip with Java

This commit is contained in:
topjohnwu
2016-11-21 01:33:12 +08:00
parent f5bee7b691
commit 2a8477cbda
7 changed files with 55 additions and 35 deletions
@@ -40,6 +40,7 @@ public abstract class DownloadReceiver extends BroadcastReceiver {
}
context.unregisterReceiver(this);
}
c.close();
}
}