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:
@@ -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) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user