summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics
diff options
context:
space:
mode:
authorDirk Dougherty <ddougherty@google.com>2010-05-25 15:41:53 -0700
committerDirk Dougherty <ddougherty@google.com>2010-05-26 16:37:48 -0700
commit75102d04bd0905223578f333c74d230e6be97bf2 (patch)
treea50a29a8150bf59b4ffd33ff18c63a0336fb3c71 /docs/html/guide/topics
parentb0016e2b2162c916289d022f1572c0bc95158543 (diff)
downloadframeworks_base-75102d04bd0905223578f333c74d230e6be97bf2.zip
frameworks_base-75102d04bd0905223578f333c74d230e6be97bf2.tar.gz
frameworks_base-75102d04bd0905223578f333c74d230e6be97bf2.tar.bz2
Doc change: fix adt download page, misc doc fixes.
Change-Id: Ifa04ea6f31cf0677bf95263188a137fd8dd721eb
Diffstat (limited to 'docs/html/guide/topics')
-rw-r--r--docs/html/guide/topics/providers/content-providers.jd12
1 files changed, 1 insertions, 11 deletions
diff --git a/docs/html/guide/topics/providers/content-providers.jd b/docs/html/guide/topics/providers/content-providers.jd
index 5da760a..30f8d8c 100644
--- a/docs/html/guide/topics/providers/content-providers.jd
+++ b/docs/html/guide/topics/providers/content-providers.jd
@@ -176,17 +176,7 @@ people (both controlled by the Contacts content provider) are:
<p>
<p style="margin-left: 2em">{@code android.provider.Contacts.Phones.CONTENT_URI}
<br/>{@code android.provider.Contacts.Photos.CONTENT_URI}
-</p>
-
-<p>
-Similarly, the URIs for the table of recent phone calls and the table
-of calendar entries are:
-</p>
-
-<p>
-<p style="margin-left: 2em">{@code android.provider.CallLog.Calls.CONTENT_URI}
-<br/>{@code android.provider.Calendar.CONTENT_URI}
-</p>
+</p>
<p>
The URI constant is used in all interactions with the content provider.