Really fix issue #:2097189 can't set custom wallpaper
Change-Id: Id0775b6c6716775c5da6f4fadf696571019279cc
This commit is contained in:
@@ -67,7 +67,7 @@ public class WallpaperManager {
|
|||||||
Globals(Looper looper) {
|
Globals(Looper looper) {
|
||||||
IBinder b = ServiceManager.getService(Context.WALLPAPER_SERVICE);
|
IBinder b = ServiceManager.getService(Context.WALLPAPER_SERVICE);
|
||||||
mService = IWallpaperManager.Stub.asInterface(b);
|
mService = IWallpaperManager.Stub.asInterface(b);
|
||||||
mHandler = new Handler() {
|
mHandler = new Handler(looper) {
|
||||||
@Override
|
@Override
|
||||||
public void handleMessage(Message msg) {
|
public void handleMessage(Message msg) {
|
||||||
switch (msg.what) {
|
switch (msg.what) {
|
||||||
|
|||||||
Reference in New Issue
Block a user