[android-developers] Re: How to use my custom library apk file in other applications.

2008-10-01 Thread Guillaume Perrot
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 y

[android-developers] Re: How to use my custom library apk file in other applications.

2008-09-30 Thread hackbod
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 fil