On Fri, Sep 9, 2011 at 9:42 AM, kypriakos <[email protected]> wrote: > Ok thanks Mark. The only "strange" things they did (since they were > written a while back > from not so experienced developers) was read and write files (log > files) on the SD Card > using File I/O classes and use the file:///android_asset/ ... from > WebViews for opening > html files locally. Has access to storage been disabled after 2.2 > using file:// or is that > a misleading information I read in a posting?
file:///android_asset works for WebViews. file:// works for WebViews, at least for newer versions of Android (it didn't originally, not sure when they enabled it). -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training...At Your Office: http://commonsware.com/training -- 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

