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

