/frameworks/base/docs/html/training/sharing/ |
D | shareaction.jd | 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 [all …]
|
D | send.jd | 42 sharing of content. Intents allow users to share information quickly and easily, using their 45 <p><strong>Note:</strong> The best way to add a share action item to an 54 <img src="{@docRoot}images/training/sharing/share-text-screenshot.png" alt="" id="figure1" /> 63 app can share the URL of the currently-displayed page as text with any application. This is useful 121 android.content.Intent#EXTRA_STREAM}. This is commonly used to share an image but can be used to 122 share any type of binary content:</p> 164 <p>To share multiple pieces of content, use the {@link android.content.Intent#ACTION_SEND_MULTIPLE} 166 mix of content you're sharing. For example, if you share 3 JPEG images, the type is still {@code
|
D | index.jd | 2 page.tags=intents,share 44 <dd>Learn how to add a "share" action item to your action bar.</dd>
|
/frameworks/base/docs/html/training/secure-file-sharing/ |
D | index.jd | 2 page.tags=FileProvider,share,ContentProvider 33 share a file is to respond to a request from the receiving app. 45 If you want to share small amounts of text or numeric data between apps, you should send an 51 This class explains how to securely share files from your app to another app using content URIs 59 Learn how to set up your app to share files. 61 <dt><b><a href="share-file.html">Sharing a File</a></b></dt>
|
D | setup-sharing.jd | 45 the name of an XML file that specifies the directories your app can share. 91 share. The <code>android:resource</code> attribute is the path and name of the file, without 97 you need to specify the directories that contain the files you want to share. To specify the 101 <code>res/xml/filepaths.xml</code>. The snippet also demonstrates how to share a subdirectory 117 directory to share. In addition to the <code><files-path></code> element, you can 118 use the <code><external-path></code> element to share directories in external storage, and 119 the <code><cache-path></code> element to share directories in your internal cache 125 share; you can't programmatically add a directory.
|
D | request-file.jd | 33 starts an {@link android.app.Activity} in the server app that displays the files it can share. 53 {@link android.app.Activity} described in <a href="share-file.html#SendURI"
|
/frameworks/base/docs/html/training/ |
D | building-content-sharing.jd | 8 <p>These classes teach you how to create apps that share data between apps and devices.</p>
|
/frameworks/base/docs/html/training/printing/ |
D | index.jd | 29 showing someone a screen is not an adequate way to share information. Being able to print 31 content from your app or share it with another person who is not using your application.
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
D | LinearLayoutCompat.java | 787 int share = (int) (childExtra * delta / weightSum); in measureVertical() local 789 delta -= share; in measureVertical() 800 int childHeight = child.getMeasuredHeight() + share; in measureVertical() 811 MeasureSpec.makeMeasureSpec(share > 0 ? share : 0, in measureVertical() 1176 int share = (int) (childExtra * delta / weightSum); in measureHorizontal() local 1178 delta -= share; in measureHorizontal() 1190 int childWidth = child.getMeasuredWidth() + share; in measureHorizontal() 1201 share > 0 ? share : 0, MeasureSpec.EXACTLY), in measureHorizontal()
|
/frameworks/base/core/java/android/widget/ |
D | LinearLayout.java | 878 int share = (int) (childExtra * delta / weightSum); in measureVertical() local 880 delta -= share; in measureVertical() 891 int childHeight = child.getMeasuredHeight() + share; in measureVertical() 902 MeasureSpec.makeMeasureSpec(share > 0 ? share : 0, in measureVertical() 1268 int share = (int) (childExtra * delta / weightSum); in measureHorizontal() local 1270 delta -= share; in measureHorizontal() 1282 int childWidth = child.getMeasuredWidth() + share; in measureHorizontal() 1293 share > 0 ? share : 0, MeasureSpec.EXACTLY), in measureHorizontal()
|
/frameworks/base/docs/html/training/design-navigation/ |
D | screen-planning.jd | 40 …enable users to <strong>view</strong>, <strong>save</strong>, and <strong>share</strong> <em>categ… 46 <li>Story detail view (from which we can save and share)</li> 48 <li>Photo detail view (from which we can save and share)</li>
|
/frameworks/base/docs/html/distribute/engage/ |
D | easy-signin.jd | 45 Wallet, share with Google contacts, save files to Drive, add events to 63 to share rich content to the Google+ stream.</li>
|
D | community.jd | 24 Any reason to go back to your app is a great post to share with your
|
/frameworks/base/docs/html-intl/intl/ru/preview/ |
D | api-overview.jd | 26 <li><a href="#direct-share">Прямой обмен контентом</a></li> 165 <h2 id="direct-share">Прямой обмен контентом</h2> 167 …iew/images/direct-share-screen.png" srcset="{@docRoot}preview/images/direct-share-screen.png 1x, {…
|
/frameworks/base/docs/html-intl/intl/zh-cn/preview/ |
D | api-overview.jd | 26 <li><a href="#direct-share">直接共享</a></li> 165 <h2 id="direct-share">直接共享</h2> 167 …iew/images/direct-share-screen.png" srcset="{@docRoot}preview/images/direct-share-screen.png 1x, {…
|
/frameworks/base/docs/html-intl/intl/zh-tw/preview/ |
D | api-overview.jd | 26 <li><a href="#direct-share">直接分享</a></li> 165 <h2 id="direct-share">直接分享</h2> 167 …iew/images/direct-share-screen.png" srcset="{@docRoot}preview/images/direct-share-screen.png 1x, {…
|
/frameworks/base/docs/html-intl/intl/ko/preview/ |
D | api-overview.jd | 26 <li><a href="#direct-share">직접 공유</a></li> 165 <h2 id="direct-share">직접 공유</h2> 167 …iew/images/direct-share-screen.png" srcset="{@docRoot}preview/images/direct-share-screen.png 1x, {…
|
/frameworks/base/docs/html-intl/intl/ja/preview/ |
D | api-overview.jd | 26 <li><a href="#direct-share">ダイレクト シェア</a></li> 165 <h2 id="direct-share">ダイレクト シェア</h2> 167 …iew/images/direct-share-screen.png" srcset="{@docRoot}preview/images/direct-share-screen.png 1x, {…
|
/frameworks/base/docs/html/preview/ |
D | api-overview.jd | 26 <li><a href="#direct-share">Direct Share</a></li> 180 <h2 id="direct-share">Direct Share</h2> 182 <img src="{@docRoot}preview/images/direct-share-screen.png" 183 srcset="{@docRoot}preview/images/direct-share-screen.png 1x, {@docRoot}preview/images/direct-share-… 187 define <em>direct share targets</em> that launch a specific activity in your app. These direct share 188 targets are exposed to users via the <em>Share</em> menu. This feature allows users to share 189 content to targets, such as contacts, within other apps. For example, the direct share target might 190 launch an activity in another social network app, which lets the user share content directly to a 193 <p>To enable direct share targets you must define a class that extends the 257 <p>Your app can elect to not share the current context with the assistant by setting the [all …]
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/ |
D | Credential.java | 49 boolean machineManaged, String stApp, boolean share) { in Credential() argument 67 mShare = share; in Credential()
|
/frameworks/base/docs/html/tools/help/ |
D | mksdcard.jd | 10 where you need to share a virtual SD card between multiple emulators.</p>
|
/frameworks/base/docs/html/training/camera/ |
D | index.jd | 45 or simply share their experiences.</p>
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.0-highlights.jd | 320 email, text, and share.</p> 366 <a href="{@docRoot}sdk/images/4.0/gallery-share-lg.png" target="_android"> 367 <img src="{@docRoot}sdk/images/4.0/gallery-share.png" alt="" width="240" height="144" 370 edit, and share instantly. </div> 378 with great photos and videos. After capturing images, they can edit and share 400 <p>After taking a picture or video, users can quickly share it by email, text 418 <p>The Gallery app now makes it easier to manage, show, and share photos and 425 videos to share instantly over email, text messaging, bluetooth, social 471 <p>Users can now share what's on their screens more easily by taking 473 store it locally. Afterward, they can view, edit, and share the screen shot in [all …]
|
/frameworks/base/docs/html/design/patterns/ |
D | actionbar.jd | 183 Pre-defined glyphs should be used for certain common actions such as "refresh" and "share." The 238 <p>Whenever your app permits sharing of data, such as images or movie clips, use a <em>share action 239 provider</em> in your action bar. The share action provider is designed to speed up sharing by 245 The Gallery app's share action provider with extended spinner for additional sharing options.
|
/frameworks/base/docs/html/training/beam-files/ |
D | index.jd | 2 page.tags=NfcAdapter,Android Beam,share,file transfer
|