From 9efea49e40f3e3784cfa1c9fd67a6ca9ff5270e7 Mon Sep 17 00:00:00 2001
From: Scott Main 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 4f753e65b..ce3ec54f2 100644
--- a/samples/SearchableDictionary/_index.html
+++ b/samples/SearchableDictionary/_index.html
@@ -12,7 +12,7 @@ search) to provide dictionary suggestions.SimpleCursorAdapter to
diff --git a/samples/SipDemo/_index.html b/samples/SipDemo/_index.html
index dbc90373f..0af4a8c33 100644
--- a/samples/SipDemo/_index.html
+++ b/samples/SipDemo/_index.html
@@ -13,7 +13,7 @@ within the application.
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.