mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-25 23:26:01 +00:00
Remove widget for now
As the widget currently doesn't work, it's better to not have it there.
This commit is contained in:
parent
f250e87c98
commit
a6e4bbb290
1 changed files with 0 additions and 14 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue