Has anyone been able to create a valid CacheResult object manually?  I
am using UrlInterceptHandler to return custom cached html pages.  The
instance variables of CacheManager.CacheResult are accessible within
the android.webkit package only.  And as far as I can tell there is no
way to set the mimeType of a CacheResult object.  I went through the
code from the Android Open Source Project and it looks like the
android webkit caching code accesses the instance variable directly
rather than through the getters.  So I could not even use a custom
CacheResult object.

Has anyone been able to use UrlInterceptHandler successfully?

I also saw that there is a method call CacheManager.createCacheFile
but it is not available in the Android 1.0 r1 sdk.    Will this be
available soon?


--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to