Skip to content

Instantly share code, notes, and snippets.

@mariusz-blaszczak
Created August 28, 2018 10:22
Show Gist options
  • Save mariusz-blaszczak/400a798fee6e87a726e36e529335458f to your computer and use it in GitHub Desktop.
Save mariusz-blaszczak/400a798fee6e87a726e36e529335458f to your computer and use it in GitHub Desktop.
<receiver android:name=".widget.LockWidgetProvider">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
</intent-filter>
<meta-data android:name="android.appwidget.provider"
android:resource="@xml/appwidget_info"/>
</receiver>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment