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

Commit 49654c72 authored by Katie McCormick's avatar Katie McCormick Committed by Android Git Automerger
Browse files

am 921afe39: Doc change: new Calendar content provider doc

* commit '921afe39':
  Doc change: new Calendar content provider doc
parents 71282a47 921afe39
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
@@ -82,9 +82,17 @@
          </a></li>
        </ul>
      </li>
      <li><a href="<?cs var:toroot ?>guide/topics/providers/content-providers.html">
      <li class="toggle-list">
          <div><a href="<?cs var:toroot ?>guide/topics/providers/content-providers.html">
            <span class="en">Content Providers</span>
          </a></li>
          </a><span class="new">updated</span></div>
          <ul>
            <li><a href="<?cs var:toroot ?>guide/topics/providers/calendar-provider.html">
                  <span class="en">Calendar Provider</span></a>
                  <span class="new">new!</span>
                </li>
          </ul>
      </li>
      <li><a href="<?cs var:toroot ?>guide/topics/intents/intents-filters.html">
            <span class="en">Intents and Intent Filters</span>
          </a></li>
+1185 −0

File added.

Preview size limit exceeded, changes collapsed.

+9 −0
Original line number Diff line number Diff line
@@ -19,6 +19,11 @@ page.title=Content Providers
<li>{@link android.content.ContentResolver}</li>
<li>{@link android.database.Cursor}</li>
</ol>

<h2>See also</h2>
<ol>
  <li><a href="{@docRoot}guide/topics/providers/calendar-provider.html">Calendar Provider</a></li>
</ol>
</div>
</div>

@@ -36,6 +41,10 @@ package. You can query these providers for the data they contain (although,
for some, you must acquire the proper permission to read the data).
</p>   

<p class="note"><strong>Note:</strong> Android 4.0 introduces the Calendar
Provider. For more information, see <a
href="{@docRoot}guide/topics/providers/calendar-provider.html">Calendar
Provider</a>.</p>
<p>
If you want to make your own data public, you have two options:  You can 
create your own content provider (a {@link android.content.ContentProvider} 
+2029 −0

File added.

Preview size limit exceeded, changes collapsed.

+40.7 KiB
Loading image diff...