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:
The Android Open Source Project
2010-05-04 09:27:35 -07:00
committed by Android Git Automerger

View File

@@ -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++;
}