Removed HTC resources.

This commit is contained in:
Ryszard Wiśniewski 2010-06-02 11:45:00 +02:00
parent 2eb8b20d40
commit be3743e967
2 changed files with 0 additions and 9 deletions

View File

@ -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;