diff options
| author | Oren Blasberg <orenb@google.com> | 2016-03-14 10:06:08 -0700 |
|---|---|---|
| committer | Oren Blasberg <orenb@google.com> | 2016-03-14 10:06:08 -0700 |
| commit | 2eee8c6e0e005700e8a8e221237d5827e3393590 (patch) | |
| tree | 29551c30cc67a15de5a09d3fd59959369aa7c760 /core/java/android | |
| parent | 4a07c34ca86fddb75332eba22a4d7b9bd48205db (diff) | |
Fix constant name in WallpaperManager javadoc.
It should be FLAG_SET_LOCK, not FLAG_SET_LOCK_WALLPAPER
(same thing for SYSTEM).
Change-Id: I1a7a91edb3e67103b5584affc7d46a98d9a735b2
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/app/WallpaperManager.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/java/android/app/WallpaperManager.java b/core/java/android/app/WallpaperManager.java index 6bc03f7da77b..3c220ba5ea41 100644 --- a/core/java/android/app/WallpaperManager.java +++ b/core/java/android/app/WallpaperManager.java @@ -918,8 +918,8 @@ public class WallpaperManager { * image for restore to a future device; {@code false} otherwise. * @param which Flags indicating which wallpaper(s) to configure with the new imagery. * - * @see #FLAG_SET_LOCK_WALLPAPER - * @see #FLAG_SET_SYSTEM_WALLPAPER + * @see #FLAG_SET_LOCK + * @see #FLAG_SET_SYSTEM * * @return An integer ID assigned to the newly active wallpaper; or zero on failure. * @@ -1037,8 +1037,8 @@ public class WallpaperManager { * image for restore to a future device; {@code false} otherwise. * @param which Flags indicating which wallpaper(s) to configure with the new imagery. * - * @see #FLAG_SET_LOCK_WALLPAPER - * @see #FLAG_SET_SYSTEM_WALLPAPER + * @see #FLAG_SET_LOCK + * @see #FLAG_SET_SYSTEM * * @throws IOException */ |
