You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
Resources + LayoutInflater: throw same Exceptions as on AOSP
This commit is contained in:
@@ -572,7 +572,7 @@ public final class AssetManager {
|
||||
* @param fileName The name of the file to retrieve.
|
||||
*/
|
||||
public final XmlResourceParser openXmlResourceParser(int cookie,
|
||||
String fileName) throws /*IO*/ Exception {
|
||||
String fileName) throws IOException {
|
||||
/* XmlBlock block = openXmlBlockAsset(cookie, fileName);
|
||||
XmlResourceParser rp = block.newParser();
|
||||
block.close();
|
||||
|
||||
Reference in New Issue
Block a user