Fix typo of <p> end tag in appwidgets.xml
Change-Id: Ic1f4d8ade0d32f3b74decbe557d4275dc2e19466
This commit is contained in:
@@ -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++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user