diff options
| author | 2009-11-05 21:45:51 -0800 | |
|---|---|---|
| committer | 2009-11-05 21:45:51 -0800 | |
| commit | 13bf8260134d516cbcc982d360d9f21067f47fa6 (patch) | |
| tree | f83d369cb0e06a925d2afc8b7de681551db2f8cb | |
| parent | 274b120f3975c8db6daeeab51a5fe08d6dede479 (diff) | |
Fix SDK build: a few things missing, a link that was wrong.
Change-Id: I55c9c510b3f0866ce6085927afa00b9fb69dd8c5
| -rw-r--r-- | core/java/android/service/wallpaper/WallpaperService.java | 2 | ||||
| -rw-r--r-- | core/res/res/values/attrs.xml | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/core/java/android/service/wallpaper/WallpaperService.java b/core/java/android/service/wallpaper/WallpaperService.java index 8601f2860a4c..573be1e7009f 100644 --- a/core/java/android/service/wallpaper/WallpaperService.java +++ b/core/java/android/service/wallpaper/WallpaperService.java @@ -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. * diff --git a/core/res/res/values/attrs.xml b/core/res/res/values/attrs.xml index 7e6258ec7640..81da739eba13 100644 --- a/core/res/res/values/attrs.xml +++ b/core/res/res/values/attrs.xml @@ -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. --> |