Skip to content

Commit bd742e4

Browse files
author
Patrick Tsai
committed
Fix typo of <p> end tag in appwidgets.xml
Change-Id: Ic1f4d8ade0d32f3b74decbe557d4275dc2e19466
1 parent 69acb6b commit bd742e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/java/com/android/server/AppWidgetService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ boolean writeStateToFileLocked(File file) {
855855
out.startTag(null, "p");
856856
out.attribute(null, "pkg", p.info.provider.getPackageName());
857857
out.attribute(null, "cl", p.info.provider.getClassName());
858-
out.endTag(null, "h");
858+
out.endTag(null, "p");
859859
p.tag = providerIndex;
860860
providerIndex++;
861861
}

0 commit comments

Comments
 (0)