Skip to content

Commit 611d03e

Browse files
committed
docs: typos
Change-Id: Iee489eb39029b5d550e37f49b1bd5d4cf30e445c
1 parent 8b6ed2d commit 611d03e

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/html/sdk/android-4.0.3.jd

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ class="toggle-content-img" alt="" />
9696

9797
<div class="toggle-content-toggleme" style="padding-left:2em;">
9898
<ol class="toc" style="margin-left:-1em">
99-
<li><a href="#contacts">Social stream API in contacts provider</a></li>
100-
<li><a href="#calendar">Calendar provider</a></li>
99+
<li><a href="#contacts">Social stream API in Contacts Provider</a></li>
100+
<li><a href="#calendar">Calendar Provider</a></li>
101101
<li><a href="#widgets">Home screen widgets</a></li>
102102
<li><a href="#textservices">Spell-checking</a></li>
103103
<li><a href="#bluetooth">Bluetooth</a></li>
@@ -116,7 +116,7 @@ class="toggle-content-img" alt="" />
116116

117117

118118

119-
<h3 id="contacts">Social stream API in Contacts provider</h3>
119+
<h3 id="contacts">Social stream API in Contacts Provider</h3>
120120

121121
<p>Applications that use social stream data such as status updates and check-ins
122122
can now sync that data with each of the user’s contacts, providing items in a
@@ -142,10 +142,11 @@ request permission from the user by declaring <code>&lt;uses-permission
142142
android:name="android.permission.READ_SOCIAL_STREAM"&gt;</code> and/or <code>&lt;uses-permission
143143
android:name="android.permission.WRITE_SOCIAL_STREAM"&gt;</code> in their manifest files.</p>
144144

145-
<h3 id="calendar">Calendar provider</h4>
145+
<h3 id="calendar">Calendar Provider</h4>
146146
<ul>
147147
<li>Adds the class {@link android.provider.CalendarContract.Colors} to represent
148-
a color table in the Calendar provider. The class provivdes fields for accessing
148+
a color table in the <a href="{@docRoot}guide/topics/providers/calendar-provider.html">Calendar
149+
Provider</a>. The class provides fields for accessing
149150
colors available for a given account. Colors are referenced by
150151
{@link android.provider.CalendarContract.ColorsColumns#COLOR_KEY COLOR_KEY}
151152
which must be unique for a given account name/type. These values can only be
@@ -265,14 +266,14 @@ android.speech.tts.TextToSpeech.Engine#getFeatures(java.util.Locale)
265266
getFeatures()}for querying and enabling network TTS support.
266267
<li>Adds a new listener class, {@link
267268
android.speech.tts.UtteranceProgressListener}, that engines can register to
268-
receive notification of speech-sythesis errors.</li>
269+
receive notification of speech-synthesis errors.</li>
269270
</ul>
270271

271272
<h3 id="database">Database</h3>
272273

273274
<ul>
274275
<li>A new {@link android.database.CrossProcessCursorWrapper} class lets content
275-
providers return results for a cross-process query more effieciently. The new
276+
providers return results for a cross-process query more efficiently. The new
276277
class is a useful building block for wrapping cursors that will be sent to
277278
processes remotely. It can also transform normal {@link android.database.Cursor}
278279
objects into {@link android.database.CrossProcessCursor} objects
@@ -290,7 +291,7 @@ android.database.CursorWindow#CursorWindow(boolean)} is now deprecated.</li>
290291

291292
<h3 id="intents">Intents</h3>
292293

293-
<p>Adds for categories for targeting common types of applications on the
294+
<p>Adds new categories for targeting common types of applications on the
294295
device, such as {@link android.content.Intent#CATEGORY_APP_BROWSER}, {@link
295296
android.content.Intent#CATEGORY_APP_CALENDAR}, {@link
296297
android.content.Intent#CATEGORY_APP_MAPS}, and more.</li>
@@ -319,7 +320,7 @@ let you check and manage video stabilization for a {@link android.hardware.Camer
319320
<li>{@link android.Manifest.permission#READ_SOCIAL_STREAM} and
320321
{@link android.Manifest.permission#WRITE_SOCIAL_STREAM}: Allow a sync
321322
adapter to read and write social stream data to a contact in the shared
322-
contacts provider.</li>
323+
Contacts Provider.</li>
323324
</ul>
324325

325326

0 commit comments

Comments
 (0)