Dianne Hackborn wrote:
> Sure, for the share button, and everywhere else you get an activity
> picker to perform an operation.

OK, I'm apparently being dense. It won't be the first time...

I've never seen a "share button" anywhere in Android. There is a "share
page" menu choice in Browser, but a quick survey of other built-in apps
that I use show neither a share button nor a share menu choice. Perhaps
I use all the wrong apps.

The Browser's "share page" menu choice uses Intent.createChooser(),
which is cool and all, but that only seems to be used six times in the
current source code, based on Google Code Search:

MMS
Email (message composition?)
Music
Camera
Home (picking wallpaper, twice)

Are there other "share" buttons/menu choices/whatever in built-in
Android apps that are using other techniques for sharing besides
createChooser()?

Thanks!

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

_Android Programming Tutorials_ Version 1.0 Available!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to