On Fri, Mar 9, 2012 at 7:46 AM, androidmediadeveloper <[email protected]> wrote: > Anyone know if this recently announced patch file mechanism > http://android-developers.blogspot.com/2012/03/android-apps-break-50mb-barrier.html > > 1. Can a patch be conditionally downloaded based on an inapp > purchase ?
I have no idea on this one. > 2. Works for apks which are lesser than 50 MB in size ? It would have to. It is very difficult to arrange for an APK file to be precisely 50MB, down to the byte. > 3. Can the additional patch files contain sources ? or is is just > limited to resources ? Neither. It is just files. It is not DEX bytecode, nor is it resources (R.drawable.foo). -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android 4.0 Programming Books: http://commonsware.com/books -- 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

