mirror of
https://github.com/revanced/Apktool.git
synced 2025-02-10 10:56:48 +01:00
Removed HTC resources.
This commit is contained in:
parent
2eb8b20d40
commit
be3743e967
Binary file not shown.
@ -365,15 +365,6 @@ final public class AndrolibResources {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public File getHtcResourcesFile() throws AndrolibException {
|
|
||||||
try {
|
|
||||||
return Jar.getResourceAsFile(
|
|
||||||
"/brut/androlib/com.htc.resources.apk");
|
|
||||||
} catch (BrutException ex) {
|
|
||||||
throw new AndrolibException(ex);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public static String escapeForResXml(String value) {
|
public static String escapeForResXml(String value) {
|
||||||
if (value.isEmpty()) {
|
if (value.isEmpty()) {
|
||||||
return value;
|
return value;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user