mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-07 10:35:52 +01:00
Remove unused line
- refs: no issue
This commit is contained in:
parent
d1857102dd
commit
e7d511adf8
@ -104,7 +104,6 @@ public class Androlib {
|
|||||||
public void decodeManifestRaw(ExtFile apkFile, File outDir)
|
public void decodeManifestRaw(ExtFile apkFile, File outDir)
|
||||||
throws AndrolibException {
|
throws AndrolibException {
|
||||||
try {
|
try {
|
||||||
Directory apk = apkFile.getDirectory();
|
|
||||||
LOGGER.info("Copying raw manifest...");
|
LOGGER.info("Copying raw manifest...");
|
||||||
apkFile.getDirectory().copyToDir(outDir, APK_MANIFEST_FILENAMES);
|
apkFile.getDirectory().copyToDir(outDir, APK_MANIFEST_FILENAMES);
|
||||||
} catch (DirectoryException ex) {
|
} catch (DirectoryException ex) {
|
||||||
|
Loading…
Reference in New Issue
Block a user