Re: [android-developers] Share Data with ACTION_SEND

2010-11-02 Thread Prajakta Shitole
Hi Mark, Thank you for the link below. It works great. I could get my problem resolved. Thanks, Prajakta On Tue, Nov 2, 2010 at 10:03 AM, Mark Murphy wrote: > Remove any ResolveInfo objects you do not want (e.g., Facebook) from > the list. Display the resulting subset in a dialog or activity.

Re: [android-developers] Share Data with ACTION_SEND

2010-11-02 Thread Mark Murphy
Remove any ResolveInfo objects you do not want (e.g., Facebook) from the list. Display the resulting subset in a dialog or activity. Here is an example: http://github.com/commonsguy/cw-advandroid/tree/master/Introspection/Launchalot/ On Tue, Nov 2, 2010 at 12:40 PM, Prajakta Shitole wrote: > Hi

Re: [android-developers] Share Data with ACTION_SEND

2010-11-02 Thread Prajakta Shitole
Hi Mark, Thanks for your reply. I tried doing the below, but I am not sure how can i remove Facebook from the list that appears in the createChooser or the Dialog box: PackageManager pManager = getPackageManager(); Intent intent = new Intent(Intent.ACTION_SEND); intent.setType("text/plain"); inte

Re: [android-developers] Share Data with ACTION_SEND

2010-10-29 Thread Mark Murphy
On Sat, Oct 30, 2010 at 2:03 AM, Prajakta Shitole wrote: > Please can anyone let me know how to disable Facebook from being listed in > the list of to "Share" items. Uninstall the application. > As Facebook allows only Urls to be posted I > have used the Facebook SDK when I need to share a link,

[android-developers] Share Data with ACTION_SEND

2010-10-29 Thread Prajakta Shitole
Hi, Please can anyone let me know how to disable Facebook from being listed in the list of to "Share" items. As Facebook allows only Urls to be posted I have used the Facebook SDK when I need to share a link, picture and message. So I am currently displaying an Alert Dialog with Facebook listed an