Fix SDK build: a few things missing, a link that was wrong.

Change-Id: I55c9c510b3f0866ce6085927afa00b9fb69dd8c5
This commit is contained in:
Dianne Hackborn
2009-11-05 21:45:51 -08:00
parent 274b120f39
commit 13bf826013
2 changed files with 2 additions and 3 deletions

View File

@@ -365,7 +365,7 @@ public abstract class WallpaperService extends Service {
/**
* Process a command that was sent to the wallpaper with
* {@link WallpaperManager#sendWallpaperCommand(String, int, int, int, Bundle)}.
* {@link WallpaperManager#sendWallpaperCommand}.
* The default implementation does nothing, and always returns null
* as the result.
*