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

Commit 6f1826cb authored by Scott Main's avatar Scott Main Committed by The Android Open Source Project
Browse files

AI 147752: dang, there was another unclosed tag... tested it this time.

  BUG=1790234

Automated import of CL 147752
parent a055e5ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ The <code>&lt;receiver&gt;</code> element has the following attributes:
</ul>

<p>
The <code>&lt;intent-filter&gt; element tells the {@link android.content.pm.PackageManager}
The <code>&lt;intent-filter&gt;</code> element tells the {@link android.content.pm.PackageManager}
that this {@link android.content.BroadcastReceiver} receives the {@link
android.appwidget.AppWidgetManager#ACTION_APPWIDGET_UPDATE AppWidgetManager.ACTION_APPWIDGET_UPDATE} broadcast.
The widget manager will send other broadcasts directly to your widget provider as required.