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

Merge commit '13bf8260134d516cbcc982d360d9f21067f47fa6' into eclair-mr2

* commit '13bf8260134d516cbcc982d360d9f21067f47fa6':
  Fix SDK build: a few things missing, a link that was wrong.
This commit is contained in:
Dianne Hackborn
2009-11-05 21:57:51 -08:00
committed by Android Git Automerger
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.
*

View File

@@ -3474,8 +3474,7 @@
referenced from its
{@link android.service.wallpaper.WallpaperService#SERVICE_META_DATA}
meta-data entry. Described here are the attributes that can be
included in that tag.
@hide Live Wallpaper -->
included in that tag. -->
<declare-styleable name="Wallpaper">
<!-- Component name of an activity that allows the user to modify
the current settings for this wallpaper. -->