There is maybe some workarounds though:
* You can provide intents which will be caught by some
BroadcastReceiver which will set the result that you can retrieve if
you used Activity.sendOrderedBroadcast, though I never tested this
function.
* You can provide a service with an aidl interface file you'll have to
share. The trick is that if your function paremeters are not
primitive, you'll have to convert them to remote interfaces as well.
Parcelable parameters will not be possible unless you share the java
files for these classes....

On Oct 1, 4:07 am, hackbod <[EMAIL PROTECTED]> wrote:
> Sorry, third party shared libraries are not supported in 1.0.
>
> On Sep 30, 9:06 am, Ashutosh <[EMAIL PROTECTED]> wrote:
>
> > Hi,
>
> > I have my own custom library apk file (say lib.apk) & i want make it
> > available to other applications.
> > How to provide the uses-library in the android manifest.xml file in
> > other apps so as to use my custom library.
>
> > Kindly suggest if any one has worked on this topic.
>
> > Thanks
--~--~---------~--~----~------------~-------~--~----~
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