When I add a GZIPed file to my Android project's assets, the ".gz"
extension is stripped when the project is packaged in Eclipse. (So,
for instance, "foo.gz" in my assets folder needs to be accessed in
code using getAssets().open("foo").) This doesn't seem to happen with
other extensions (e.g., ".html") that I'm using. The asset is still
GZIPed (I have to wrap the input stream in a GZIPInputStream to read
it).Is this standard behavior or a bug? If it's standard, is there any documentation about which extensions are stripped and which are preserved? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

