mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-05-01 06:34:26 +02:00
V1.0.3 (to/from json convert)
This commit is contained in:
parent
3626e24c90
commit
30bfe4b763
@ -53,5 +53,11 @@
|
|||||||
File outFile=new File("AndroidManifest_out.xml");
|
File outFile=new File("AndroidManifest_out.xml");
|
||||||
manifestBlock.writeBytes(outFile);
|
manifestBlock.writeBytes(outFile);
|
||||||
}
|
}
|
||||||
|
public static void convertToJson() throws IOException{
|
||||||
|
File inFile=new File("test.apk");
|
||||||
|
File outDir=new File("test_out");
|
||||||
|
ApkModule apkModule=ApkModule.loadApkFile(inFile);
|
||||||
|
apkModule.convertToJson(outDir);
|
||||||
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user