Merge "Track in-progress wallpaper API changes" into nyc-dev am: cb77df2
am: e714194
* commit 'e7141949edd4c5aeb4366e8e773cc6f16ade2950':
Track in-progress wallpaper API changes
Change-Id: I6ad24595aee24d5ce3be7e8e230295e9cca6fa2e
This commit is contained in:
@@ -100,7 +100,7 @@ public class SuggestionsChecks {
|
|||||||
IBinder b = ServiceManager.getService(Context.WALLPAPER_SERVICE);
|
IBinder b = ServiceManager.getService(Context.WALLPAPER_SERVICE);
|
||||||
IWallpaperManager service = Stub.asInterface(b);
|
IWallpaperManager service = Stub.asInterface(b);
|
||||||
try {
|
try {
|
||||||
return service.getWallpaper(mCallback, WallpaperManager.FLAG_SET_SYSTEM,
|
return service.getWallpaper(mCallback, WallpaperManager.FLAG_SYSTEM,
|
||||||
new Bundle(), mContext.getUserId()) != null;
|
new Bundle(), mContext.getUserId()) != null;
|
||||||
} catch (RemoteException e) {
|
} catch (RemoteException e) {
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user