From 9efea49e40f3e3784cfa1c9fd67a6ca9ff5270e7 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Wed, 8 Dec 2010 09:26:56 -0800 Subject: [PATCH] cherrypick Change-Id: I999748ceec87ae5e6ac04c573f6055e6a7f7176d docs: fix broken links in sample docs Change-Id: Icbc2c16b9f4caee25ab2265ea5425c57f0989ab1 --- samples/CubeLiveWallpaper/_index.html | 4 ++-- samples/SearchableDictionary/_index.html | 2 +- samples/SipDemo/_index.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/CubeLiveWallpaper/_index.html b/samples/CubeLiveWallpaper/_index.html index f6aa9311..a4292150 100644 --- a/samples/CubeLiveWallpaper/_index.html +++ b/samples/CubeLiveWallpaper/_index.html @@ -4,8 +4,8 @@

In terms of implementation, a live wallpaper is very similar to a regular Android service. The only difference is the addition of a new method, onCreateEngine(), whose goal is to +href="../../../reference/android/service/wallpaper/WallpaperService.html#onCreateEngine()"> +onCreateEngine(), whose goal is to create a WallpaperService.Engine. The engine is responsible for diff --git a/samples/SearchableDictionary/_index.html b/samples/SearchableDictionary/_index.html index 4f753e65..ce3ec54f 100644 --- a/samples/SearchableDictionary/_index.html +++ b/samples/SearchableDictionary/_index.html @@ -12,7 +12,7 @@ search) to provide dictionary suggestions.

  • Implement a search interface using Android's search framework
  • Provide custom search suggestions and offer them in Quick Search Box
  • Create an SQLite database and an FTS3 table for full-text searches
  • -
  • Create a content +
  • Create a content provider to perform all search and suggestion queries
  • Use SimpleCursorAdapter to diff --git a/samples/SipDemo/_index.html b/samples/SipDemo/_index.html index dbc90373..0af4a8c3 100644 --- a/samples/SipDemo/_index.html +++ b/samples/SipDemo/_index.html @@ -13,7 +13,7 @@ within the application.

    href="src/com/example/android/sip/SipSettings.html">SipSettings — a PreferenceActivity that supplies basic settings for SIP authentication.
  • + href="src/com/example/android/sip/IncomingCallReceiver.html"> IncomingCallReceiver — a BroadcastReceiver that listens for incoming SIP calls and passes them to WalkieTalkieActivity for handling.