am 85644d78: Really fix issue #:2097189 can\'t set custom wallpaper
Merge commit '85644d78894b66fa2903fb012b5122185767d1c5' into eclair-plus-aosp * commit '85644d78894b66fa2903fb012b5122185767d1c5': Really fix issue #:2097189 can't set custom wallpaper
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user