I found below in manifest file, but don't know how to make it work in
action intent / component intent in tasker, can anyone help? thanks.
<receiver
android:label="@7F0501AC"
android:name=".widget.AgendaWidget_4_4"
>
<intent-filter
>
<action
android:name="android.appwidget.action.APPWIDGET_UPDATE"
>
</action>
<action
android:name="com.roflharrison.agenda.AgendaWidget.ACTION_WIDGET_REFRESH"
>
</action>
</intent-filter>
<meta-data
android:name="android.appwidget.provider"
android:resource="@7F04000C"
>
</meta-data>
</receiver>