Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca338777 authored by Joe Malin's avatar Joe Malin Committed by Android Git Automerger
Browse files

am 45edbb70: DOC CHANGE: FileProvider training class

* commit '45edbb70':
  DOC CHANGE: FileProvider training class
parents 439c4b47 45edbb70
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -20,7 +20,8 @@ previous.link=result.html

<h2>You should also read</h2>
<ul>
  <li><a href="{@docRoot}training/sharing/index.html">Sharing Content</a></li>
    <li><a href="{@docRoot}training/sharing/index.html">Sharing Simple Data</a></li>
    <li><a href="{@docRoot}training/secure-file-sharing/index.html">Sharing Files</a>
</ul>
  </div>
</div>
@@ -152,7 +153,7 @@ implicit intents will resolve to your activity.</p>

<p>For more information about sending and receiving {@link android.content.Intent#ACTION_SEND}
intents that perform social sharing behaviors, see the lesson about <a
href="{@docRoot}training/sharing/receive.html">Receiving Content from Other Apps</a>.</p>
href="{@docRoot}training/sharing/receive.html">Receiving Simple Data from Other Apps</a>.</p>


<h2 id="HandleIntent">Handle the Intent in Your Activity</h2>
+4 −3
Original line number Diff line number Diff line
@@ -19,7 +19,8 @@ Lifecycle</a>)</li>

<h2>You should also read</h2>
<ul>
  <li><a href="{@docRoot}training/sharing/index.html">Sharing Content</a></li>
    <li><a href="{@docRoot}training/sharing/index.html">Sharing Simple Data</a></li>
    <li><a href="{@docRoot}training/secure-file-sharing/index.html">Sharing Files</a>
  <li><a
href="http://android-developers.blogspot.com/2009/11/integrating-application-with-intents.html">
Integrating Application with Intents (blog post)</a></li>
+3 −2
Original line number Diff line number Diff line
@@ -21,7 +21,8 @@ next.link=filters.html

<h2>You should also read</h2>
<ul>
  <li><a href="{@docRoot}training/sharing/index.html">Sharing Content</a></li>
    <li><a href="{@docRoot}training/sharing/index.html">Sharing Simple Data</a></li>
    <li><a href="{@docRoot}training/secure-file-sharing/index.html">Sharing Files</a>
</ul>

  </div>
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ next.link=result.html

<h2>You should also read</h2>
<ul>
  <li><a href="{@docRoot}training/sharing/index.html">Sharing Content</a></li>
    <li><a href="{@docRoot}training/sharing/index.html">Sharing Simple Data</a></li>
</ul>

  </div>
+8 −0
Original line number Diff line number Diff line
page.title=Building Apps with Content Sharing
page.trainingcourse=true

@jd:body



<p>These classes teach you how to create apps that share data between apps and devices.</p>
Loading