Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 43462ed1 authored by Oren Blasberg's avatar Oren Blasberg Committed by android-build-merger
Browse files

Merge "Fix constant name in WallpaperManager javadoc." into nyc-dev am: cea9f353

am: 086c2244

* commit '086c2244':
  Fix constant name in WallpaperManager javadoc.
parents 90b41d72 086c2244
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -919,8 +919,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.
     *
@@ -1038,8 +1038,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
     */