blob: 31d855eb6961351d91de772eb929411fca8755d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
page.tags="ShareActionProvider"
sample.group=UI
@jd:body
<p>This sample demonstrates how to use a
context-sensitive {@link android.support.v7.widget.ShareActionProvider} that is
backward compatible.</p>
<p>The activity in this sample extends from
{@link android.support.v7.app.ActionBarActivity}, which provides the
functionality necessary to display a compatible action bar on devices
running Android 2.1 and higher.</p>
|