Skip to content

Instantly share code, notes, and snippets.

@husaynhakeem
Created January 18, 2022 03:36
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 husaynhakeem/4be768d129e022e38a91c4b183463d09 to your computer and use it in GitHub Desktop.
Save husaynhakeem/4be768d129e022e38a91c4b183463d09 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<manifest...>
<application...>
<receiver
android:name=".HelloWorldWidgetReceiver">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
</intent-filter>
<meta-data
android:name="android.appwidget.provider"
android:resource="@xml/widget_hello_world_info" />
</receiver>
</application>
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment