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

Commit cb77df22 authored by Chris Tate's avatar Chris Tate Committed by Android (Google) Code Review
Browse files

Merge "Track in-progress wallpaper API changes" into nyc-dev

parents 4d29ab31 25e59e97
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -100,7 +100,7 @@ public class SuggestionsChecks {
        IBinder b = ServiceManager.getService(Context.WALLPAPER_SERVICE);
        IWallpaperManager service = Stub.asInterface(b);
        try {
            return service.getWallpaper(mCallback, WallpaperManager.FLAG_SET_SYSTEM,
            return service.getWallpaper(mCallback, WallpaperManager.FLAG_SYSTEM,
                    new Bundle(), mContext.getUserId()) != null;
        } catch (RemoteException e) {
        }