mirror of
https://github.com/revanced/Apktool.git
synced 2024-11-11 23:19:23 +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) {
|
||||
if (value.isEmpty()) {
|
||||
return value;
|
||||
|
Loading…
Reference in New Issue
Block a user