commit | 6c8cffb50a5e21cbadbf715a69a57c749ef2626f | [log] [tgz] |
---|---|---|
author | Jonathan Basseri <misterikkit@google.com> | Tue Jun 23 14:42:04 2015 -0700 |
committer | Jonathan Basseri <misterikkit@google.com> | Tue Jun 23 15:27:31 2015 -0700 |
tree | 14363c4b145009a9ee13aa95e13e7f2296b4d546 | |
parent | fa5565a5bb824723695c8734aa15e8e65eea445e [diff] |
Read XML files as InputStream. Attempting to read XML files in assets/ with openXmlResourceParser was failing with FileNotFound because files in the assets folder are not precompiled into binary XML. Our only choice is to read them as regular text streams. Bug: 21618018 Change-Id: I463791ae4a1dd5f6a72433a114bd02e39cf5a943