This doesn't really make sense as a thing to do.  If you want a component
like an activity etc, implement it in an .apk, and stick that .apk in the
system image.  Why do you want to make this a library?

On Tue, Apr 7, 2009 at 7:11 AM, shaddu <[email protected]> wrote:

>
> Hello Android,
>
> I had a look into the sample PlatformLibrary code, its make file and
> Readme.txt.
> The library implements few methods which do a specific work.
>
> I want to add a platform library of my own which is supposed to
> implement one content provider, one service and a broadcast receiver.
> Is it possible to do this in cupcake? How can I inform Android
> platform that it should start my provider and service on device bootup
> and broadcast receiver is registered with the platform.
>
> Readme.txt says the JAR is not associated with any AndroidManifest.xml
> file. But, provider, service and broadcast receiver are supposed to be
> specified in AndroidManifest.xml of the application if they are built
> into application code.
>
> BR,
> Shaddu
> >
>


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

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to