Fix typo of <p> end tag in appwidgets.xml

Change-Id: Ic1f4d8ade0d32f3b74decbe557d4275dc2e19466
This commit is contained in:
Patrick Tsai
2010-05-01 00:30:19 +08:00
parent 69acb6b746
commit bd742e4336

View File

@@ -855,7 +855,7 @@ class AppWidgetService extends IAppWidgetService.Stub
out.startTag(null, "p");
out.attribute(null, "pkg", p.info.provider.getPackageName());
out.attribute(null, "cl", p.info.provider.getClassName());
out.endTag(null, "h");
out.endTag(null, "p");
p.tag = providerIndex;
providerIndex++;
}