Really fix issue #:2097189 can't set custom wallpaper

Change-Id: Id0775b6c6716775c5da6f4fadf696571019279cc
This commit is contained in:
Dianne Hackborn
2009-09-03 00:23:04 -07:00
parent 0c36a517cd
commit 85644d7889

View File

@@ -67,7 +67,7 @@ public class WallpaperManager {
Globals(Looper looper) {
IBinder b = ServiceManager.getService(Context.WALLPAPER_SERVICE);
mService = IWallpaperManager.Stub.asInterface(b);
mHandler = new Handler() {
mHandler = new Handler(looper) {
@Override
public void handleMessage(Message msg) {
switch (msg.what) {