[android-developers] Re: complete action using

2009-07-17 Thread Peli
Set an intent filter in your Manifest to handle the desired action. Peli www.openintents.org On Jul 17, 2:06 am, freeanderson wrote: > hi > > how can I register my app to show in 'complete action using dialog'? > Thank you. --~--~-~--~~~---~--~~ You received this

[android-developers] Re: "Complete Action Using" dialog

2009-07-11 Thread Dianne Hackborn
It's not actually a dialog. PackageManagerService returns the information for a special activity when resolveIntentActivity() finds multiple matching activities. So that code does the detection, and the component it returns is the one that ends up getting launched and displays the list of matchin