Remove widget for now

As the widget currently doesn't work, it's better to not have it there.
This commit is contained in:
Phillip Thelen 2015-12-13 18:06:12 +01:00
parent f250e87c98
commit a6e4bbb290

View file

@ -48,20 +48,6 @@
android:name=".SkillTasksActivity"
android:label="@string/app_name">
</activity>
<receiver
android:name=".widget.SimpleWidget"
android:icon="@mipmap/ic_launcher"
android:label="Habitica Simple Widget" >
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
</intent-filter>
<meta-data
android:name="android.appwidget.provider"
android:resource="@xml/widget_info" />
</receiver>
<service android:name=".widget.UpdateWidgetService" />
<meta-data
android:name="io.fabric.ApiKey"