On Nov 15, 6:11 am, Paranoia <[email protected]> wrote: > we can let aapt not compress the resource via command -0. which api > can be used to check the resource is compress or not?
The easiest way is to use something like "unzip -v mystuff.apk" and see if it says "Stored" or "Deflate". I don't know if there's an API that will do that for you, other than java.util.zip.*. -- 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

