am 9efea49e: cherrypick Change-Id: I999748ceec87ae5e6ac04c573f6055e6a7f7176d docs: fix broken links in sample docs
* commit '9efea49e40f3e3784cfa1c9fd67a6ca9ff5270e7': cherrypick Change-Id: I999748ceec87ae5e6ac04c573f6055e6a7f7176d docs: fix broken links in sample docs
This commit is contained in:
@@ -4,8 +4,8 @@
|
|||||||
<p>In terms of implementation, a live wallpaper is very similar to a regular
|
<p>In terms of implementation, a live wallpaper is very similar to a regular
|
||||||
Android <a href="../../../reference/android/app/Service.html">service</a>. The
|
Android <a href="../../../reference/android/app/Service.html">service</a>. The
|
||||||
only difference is the addition of a new method, <a
|
only difference is the addition of a new method, <a
|
||||||
href="../../../reference/android/service/wallpaper/WallpaperService.
|
href="../../../reference/android/service/wallpaper/WallpaperService.html#onCreateEngine()"><code>
|
||||||
html#onCreateEngine()"><code>onCreateEngine()</code></a>, whose goal is to
|
onCreateEngine()</code></a>, whose goal is to
|
||||||
create a <a
|
create a <a
|
||||||
href="../../../reference/android/service/wallpaper/WallpaperService.Engine.html">
|
href="../../../reference/android/service/wallpaper/WallpaperService.Engine.html">
|
||||||
<code>WallpaperService.Engine</code></a>. The engine is responsible for
|
<code>WallpaperService.Engine</code></a>. The engine is responsible for
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ search) to provide dictionary suggestions.</p>
|
|||||||
<li>Implement a search interface using Android's search framework</li>
|
<li>Implement a search interface using Android's search framework</li>
|
||||||
<li>Provide custom search suggestions and offer them in Quick Search Box</li>
|
<li>Provide custom search suggestions and offer them in Quick Search Box</li>
|
||||||
<li>Create an SQLite database and an FTS3 table for full-text searches</li>
|
<li>Create an SQLite database and an FTS3 table for full-text searches</li>
|
||||||
<li>Create a <a href="../../../guide/topics/providers/content-provider.html">content
|
<li>Create a <a href="../../../guide/topics/providers/content-providers.html">content
|
||||||
provider</a> to perform all search and suggestion queries</li>
|
provider</a> to perform all search and suggestion queries</li>
|
||||||
<li>Use <code><a
|
<li>Use <code><a
|
||||||
href="../../../reference/android/widget/SimpleCursorAdapter.html">SimpleCursorAdapter</a></code> to
|
href="../../../reference/android/widget/SimpleCursorAdapter.html">SimpleCursorAdapter</a></code> to
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ within the application.</p>
|
|||||||
href="src/com/example/android/sip/SipSettings.html"><code>SipSettings</code></a>
|
href="src/com/example/android/sip/SipSettings.html"><code>SipSettings</code></a>
|
||||||
— a <code>PreferenceActivity</code> that supplies basic settings for SIP
|
— a <code>PreferenceActivity</code> that supplies basic settings for SIP
|
||||||
authentication.</li> <li><a
|
authentication.</li> <li><a
|
||||||
href="src/com/example/android/sip/cube1/IncomingCallReceiver.html"><code>
|
href="src/com/example/android/sip/IncomingCallReceiver.html"><code>
|
||||||
IncomingCallReceiver</code></a> — a <code>BroadcastReceiver</code>
|
IncomingCallReceiver</code></a> — a <code>BroadcastReceiver</code>
|
||||||
that listens for incoming SIP calls and passes them to
|
that listens for incoming SIP calls and passes them to
|
||||||
<code>WalkieTalkieActivity</code> for handling.</li> <li><a
|
<code>WalkieTalkieActivity</code> for handling.</li> <li><a
|
||||||
|
|||||||
Reference in New Issue
Block a user