Call PackageManager.GetInstallledPackages to get a list of PackageInfo
objects... Each PackageInfo object has an array of ServiceInfo objects...

Not exactly what you are looking for but this might be the closest thing to
what you are after...

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Wed, Jun 6, 2012 at 11:05 AM, Ubuntu guy <[email protected]> wrote:

> Hi,
>
>  I found this API to get the ResolveInfo (having the intent filter)
> for an installed service via this API of Package Manager,
>
>    public abstract List<ResolveInfo> queryIntentServices (Intent
> intent, int flags)
>
>   However, in my case, i want to get the ResolveInfo of all installed
> services on the device (irrespective of a specific intents).
>
>  Is there any way to do this?
>
> --
> 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

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