diff options
| -rw-r--r-- | core/java/android/app/WallpaperManager.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/WallpaperManager.java b/core/java/android/app/WallpaperManager.java index 162a9976f4f3..7eacc3c3bdf1 100644 --- a/core/java/android/app/WallpaperManager.java +++ b/core/java/android/app/WallpaperManager.java @@ -1096,7 +1096,7 @@ public class WallpaperManager { } /** - * Like {@link #getFastDrawable(int)}, but the returned Drawable has a number + * Like {@link #getDrawable(int)}, but the returned Drawable has a number * of limitations to reduce its overhead as much as possible. It will * never scale the wallpaper (only centering it if the requested bounds * do match the bitmap bounds, which should not be typical), doesn't |