Skip to content

Commit 5bc3005

Browse files
Romain GuyAndroid Code Review
authored andcommitted
Merge "Fix typo of <p> end tag in appwidgets.xml"
2 parents 0c388fd + bd742e4 commit 5bc3005

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)