[android-developers] How to track interaction with menu items created by ShareCompat.configureMenuItem?

2012-10-12 Thread Christopher Lichti
Hi guys, I like the user experience for sharing provided by ShareCompat.configureMenuItem. Instead of a basic chooser, it embeds drop-down sharing selection right in my app's action bar. It even remembers the most recently used share target and adds a button for it to my actionbar, so,

Re: [android-developers] How to track interaction with menu items created by ShareCompat.configureMenuItem?

2012-10-12 Thread Mark Murphy
On Sun, Oct 7, 2012 at 4:52 PM, Christopher Lichti chris.lic...@gmail.com wrote: I'm using ShareCompat.configureMenuItem this way: ShareCompat.configureMenuItem(menu, R.id.menu_share, shareIntentBuilder); ...and the sharing functionality totally works. :) I just can't find a way to hook into