OSDN Git Service

Fix docs build.
authorYing Wang <wangying@google.com>
Sat, 14 Sep 2013 18:57:17 +0000 (11:57 -0700)
committerYing Wang <wangying@google.com>
Sat, 14 Sep 2013 18:57:17 +0000 (11:57 -0700)
Change-Id: I4a1608bfad809d67240db2070fda85df486179e6

core/java/android/app/WallpaperManager.java

index b7d0c16..2bc7cbf 100644 (file)
@@ -480,7 +480,7 @@ public class WallpaperManager {
      * Gets an Intent that will launch an activity that crops the given
      * image and sets the device's wallpaper. If there is a default HOME activity
      * that supports cropping wallpapers, it will be preferred as the default.
-     * Use this method instead of directly creating a {@link Intent#CROP_AND_SET_WALLPAPER}
+     * Use this method instead of directly creating a {@link #ACTION_CROP_AND_SET_WALLPAPER}
      * intent.
      */
     public Intent getCropAndSetWallpaperIntent(Uri imageUri) {