rooster 808 wrote: > Is it possible for the App to create a new file/asset and write this > into the /assets directory.
No. The assets/ are stored inside the signed-and-sealed APK and cannot be modified at runtime. > The reason being, that's the only way I > can tell webkit will load a local file/resource. No, it is not. You can create a ContentProvider and implement openFile() to serve whatever content you like to a WebView. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.1 Available! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

