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

am: cb77df2

* commit 'cb77df22609179aacf985818fd512719f7ea98f7':
  Track in-progress wallpaper API changes

Change-Id: Ia1df1b0dbf5880a94c6c2b6f6d5c3208a951ef40
This commit is contained in:
Christopher Tate
2016-03-31 19:35:57 +00:00
committed by android-build-merger

View File

@@ -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) {
}