mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-05-02 15:14:26 +02:00
initialize as utf-16 for StringPool of AndroidManifestBlock
This commit is contained in:
parent
168ae6f6da
commit
a40b086f9e
@ -27,6 +27,7 @@ import java.util.List;
|
||||
public class AndroidManifestBlock extends ResXmlDocument {
|
||||
public AndroidManifestBlock(){
|
||||
super();
|
||||
super.getStringPool().setUtf8(false);
|
||||
}
|
||||
// TODO: find a better way
|
||||
public byte guessCurrentPackageId(){
|
||||
|
Loading…
x
Reference in New Issue
Block a user