Hello Android, I want to move some modules from my application into framework so that it can be compiled as JAR library and given to third parties for UI development. The modules include content provider, service and broadcast receivers which need to be started on device bootup.
In current code everything is configured in application's AndroidManifest.xml. Which files need to be modified to move my service, provider and broadcast receiver into Android platform from application apk? Also how to configure the platform so that these can be started on device bootup? How I can add some resources to platform for usage within service and broadcast receivers? BR, Shaddu --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [email protected] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
