Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e4b9834f authored by The Android Open Source Project's avatar The Android Open Source Project Committed by Android Git Automerger
Browse files

am 6de3a6fd: merge from open-source master

Merge commit '6de3a6fd' into kraken

* commit '6de3a6fd':
  Fix typo of <p> end tag in appwidgets.xml
parents dcb5f18f 6de3a6fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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++;
                }