mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-05-03 15:44:27 +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 class AndroidManifestBlock extends ResXmlDocument {
|
||||||
public AndroidManifestBlock(){
|
public AndroidManifestBlock(){
|
||||||
super();
|
super();
|
||||||
|
super.getStringPool().setUtf8(false);
|
||||||
}
|
}
|
||||||
// TODO: find a better way
|
// TODO: find a better way
|
||||||
public byte guessCurrentPackageId(){
|
public byte guessCurrentPackageId(){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user