In 1.5 there is a new content provider API to return a subset of a file
stream.

However, do you really need to do this?  Other applications can directly
access your resources.  The main reason to do this is to provide data to
some existing code that expects to be able to open a stream from a provider,
which only happens in a few places.

On Wed, Apr 29, 2009 at 2:46 PM, andrew <[email protected]> wrote:

>
> Hi,
> How do I share an embedded resource with other apks via a content
> provider?
>
> Thanks,
> Andrew
> >
>


-- 
Dianne Hackborn
Android framework engineer
[email protected]

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

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