add APPWIDGET_ENABLED to the manifest intent filters
This commit is contained in:
parent
8d8d98e88d
commit
ef69dddbd6
|
@ -99,6 +99,7 @@
|
|||
android:label="@string/digital_clock_and_date">
|
||||
<intent-filter>
|
||||
<action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
|
||||
<action android:name="android.appwidget.action.APPWIDGET_ENABLED"/>
|
||||
</intent-filter>
|
||||
|
||||
<meta-data
|
||||
|
|
Loading…
Reference in New Issue