On Sat, May 26, 2012 at 2:26 PM, Mark Murphy <mmur...@commonsware.com> wrote: > On Sat, May 26, 2012 at 8:23 AM, Latimerius <l4t1m3r...@googlemail.com> wrote: >> Although... I don't think it's possible to set up an APK so that some >> files go straight into the private internal storage area during >> installation, is it? > > No. You are welcome to copy stuff out of assets into internal storage > when your app runs, but you cannot remove the assets, as the APKs are > read-only at runtime, and you'd break the digital signature if you > modified the APK anyway.
Yeah, I thought so. Thanks again! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en