am 6de3a6fd: merge from open-source master
Merge commit '6de3a6fdd303b15ad944570daf37faa798dc1989' into kraken * commit '6de3a6fdd303b15ad944570daf37faa798dc1989': Fix typo of <p> end tag in appwidgets.xml
This commit is contained in:
committed by
Android Git Automerger
commit
e4b9834fea
@@ -869,7 +869,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