Lines Matching refs:share
18 <li><a href="#set-share-intent">Set the Share Intent</a></li>
31 <p>Implementing an effective and user friendly share action in your {@link android.app.ActionBar}
35 android.widget.ShareActionProvider}, you provide a share intent and it does the rest.</p>
71 would like to share.
75 <h2 id="set-share-intent">Set the Share Intent</h2>
78 In order for {@link android.widget.ShareActionProvider} to function, you must provide it a share
79 intent. This share intent should be the same as described in the
83 To assign a share intent, first find the corresponding {@link android.view.MenuItem} while
89 setShareIntent()} to update the share intent associated with that action item. Here's an
112 // Call to update the share intent
120 <p>You may only need to set the share intent once during the creation of your menus, or you may