add APPWIDGET_ENABLED to the manifest intent filters

This commit is contained in:
tibbi 2018-03-12 19:05:02 +01:00
parent 8d8d98e88d
commit ef69dddbd6
1 changed files with 1 additions and 0 deletions

View File

@ -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