Home | History | Annotate | Download | only in widget_project
      1 		<receiver android:name="WidgetProvider">
      2             <intent-filter>
      3                 <action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
      4             </intent-filter>
      5             <meta-data android:name="android.appwidget.provider" android:resource="@xml/widget_info"/>
      6         </receiver>