summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2011-10-27 11:04:46 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-10-27 11:04:46 -0700
commitcbce4eda4fae6b18efde9aa161a665e92a36c969 (patch)
treefd0b1b1a0a809032d97937bbbf4d250e2a7d627e /docs
parente0122406bb1c512ee57f3a5a1503435a0779e1d8 (diff)
parentcea58539495cca56653c4bbd65f913110447929d (diff)
downloadframeworks_base-cbce4eda4fae6b18efde9aa161a665e92a36c969.zip
frameworks_base-cbce4eda4fae6b18efde9aa161a665e92a36c969.tar.gz
frameworks_base-cbce4eda4fae6b18efde9aa161a665e92a36c969.tar.bz2
Merge "docs: change calendar overview to recommend using data URI instead of MIME type for event intents" into ics-mr0
Diffstat (limited to 'docs')
-rw-r--r--docs/html/sdk/android-4.0.jd9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/html/sdk/android-4.0.jd b/docs/html/sdk/android-4.0.jd
index 0708dd3..cad89c2 100644
--- a/docs/html/sdk/android-4.0.jd
+++ b/docs/html/sdk/android-4.0.jd
@@ -264,10 +264,11 @@ the {@link android.Manifest.permission#READ_CALENDAR} permission (for read acces
<h4>Event intent</h4>
-<p>If all you want to do is add an event to the user’s calendar, you can use an
-{@link android.content.Intent#ACTION_INSERT} intent with a {@code "vnd.android.cursor.item/event"}
-MIME type to start an activity in the Calendar app that creates new events. Using the intent does
-not require any permission and you can specify event details with the following extras:</p>
+<p>If all you want to do is add an event to the user’s calendar, you can use an {@link
+android.content.Intent#ACTION_INSERT} intent with the data defined by {@link
+android.provider.CalendarContract.Events#CONTENT_URI Events.CONTENT_URI} in order to start an
+activity in the Calendar app that creates new events. Using the intent does not require any
+permission and you can specify event details with the following extras:</p>
<ul>
<li>{@link android.provider.CalendarContract.EventsColumns#TITLE Events.TITLE}: Name for the