Merge "Set App context from WallpaperChanged receiver. (Bug 12525684)" into jb-ub-now-kermit

This commit is contained in:
Winson Chung
2014-01-13 18:32:22 +00:00
committed by Android (Google) Code Review
@@ -22,6 +22,7 @@ import android.content.Intent;
public class WallpaperChangedReceiver extends BroadcastReceiver {
public void onReceive(Context context, Intent data) {
LauncherAppState.setApplicationContext(context.getApplicationContext());
LauncherAppState appState = LauncherAppState.getInstance();
appState.onWallpaperChanged();
}