updating assets for configure/all apps

- fixed the dead zone between configure/all apps
This commit is contained in:
Michael Jurka
2010-12-16 11:39:26 -08:00
parent 1d9c213a7f
commit 800242b5b7
26 changed files with 163 additions and 93 deletions

View File

@@ -599,8 +599,6 @@ public class CustomizePagedView extends PagedViewWithDraggableItems
* in the customize drawer.
*/
private Drawable parseWallpaperPreviewXml(ComponentName component, ResolveInfo ri) {
Drawable d = null;
ActivityInfo activityInfo = ri.activityInfo;
XmlResourceParser parser = null;
try {