On Sat, May 26, 2012 at 8:23 AM, Latimerius <[email protected]> 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.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training in DC: http://marakana.com/training/android/

-- 
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

Reply via email to