Skip to content

Instantly share code, notes, and snippets.

@armcha
Created October 25, 2023 14:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save armcha/121e5fabb4d73a6e49e98b8513ec69a4 to your computer and use it in GitHub Desktop.
Save armcha/121e5fabb4d73a6e49e98b8513ec69a4 to your computer and use it in GitHub Desktop.
<receiver
android:name=".widget.event.EventsWidgetReceiver"
android:enabled="@bool/glance_appwidget_available"
android:exported="true">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
</intent-filter>
<meta-data
android:name="android.appwidget.provider"
android:resource="@xml/event_widget_info" />
</receiver>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment