FYI: This is really a bug with Facebooks Facebook app (it incorrectly directs to the mobile link sharing). If you use ACTION_SEND and chose other Facebook apps (I think I tested FBabble), it works.
On Dec 17, 10:41 am, "Mark Murphy" <[email protected]> wrote: > > How could I find the cool little icons that each app uses to go with > > my own picker dialog? > > getApplicationInfo() or getActivityInfo() on PackageManager should have > what you need. > > You can also take a look at my Launchalot sample for some ideas: > > http://github.com/commonsguy/cw-advandroid/tree/master/Introspection/... > > > I don't like doing this, I wish they did not > > implement facebook like this.. > > Ideally, there would be a MIME type for URLs, but I'm not aware of one. > > -- > Mark Murphy (a Commons Guy)http://commonsware.com > Android App Developer Books:http://commonsware.com/books.html -- 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

