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