aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/AndroidManifest.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-06-03 21:10:11 -0700
committerScott Jackson <daneren2005@gmail.com>2013-06-03 21:10:11 -0700
commitecf1aaa25def5a11e4ddc5845401ce6e76f0e147 (patch)
treeec39fa7f785cb625b183d0ff375466ae0e946bfd /subsonic-android/AndroidManifest.xml
parent67bcb7bea9d8df747db55a692bb5c65f4a124916 (diff)
parentb27b809d018665d25512f9707d49941667cbc21c (diff)
downloaddsub-ecf1aaa25def5a11e4ddc5845401ce6e76f0e147.tar.gz
dsub-ecf1aaa25def5a11e4ddc5845401ce6e76f0e147.tar.bz2
dsub-ecf1aaa25def5a11e4ddc5845401ce6e76f0e147.zip
Merge widgets
Diffstat (limited to 'subsonic-android/AndroidManifest.xml')
-rw-r--r--subsonic-android/AndroidManifest.xml30
1 files changed, 28 insertions, 2 deletions
diff --git a/subsonic-android/AndroidManifest.xml b/subsonic-android/AndroidManifest.xml
index d85ee7cf..76677dbe 100644
--- a/subsonic-android/AndroidManifest.xml
+++ b/subsonic-android/AndroidManifest.xml
@@ -98,11 +98,37 @@
</intent-filter>
</receiver>
- <receiver android:name="github.daneren2005.dsub.provider.DSubWidgetProvider" >
+ <receiver
+ android:name="github.daneren2005.dsub.provider.DSubWidget4x1"
+ android:label="@string/widget.4x1">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
</intent-filter>
- <meta-data android:name="android.appwidget.provider" android:resource="@xml/appwidget_info"/>
+ <meta-data android:name="android.appwidget.provider" android:resource="@xml/appwidget4x1"/>
+ </receiver>
+ <receiver
+ android:name="github.daneren2005.dsub.provider.DSubWidget4x2"
+ android:label="@string/widget.4x2">
+ <intent-filter>
+ <action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
+ </intent-filter>
+ <meta-data android:name="android.appwidget.provider" android:resource="@xml/appwidget4x2"/>
+ </receiver>
+ <receiver
+ android:name="github.daneren2005.dsub.provider.DSubWidget4x3"
+ android:label="@string/widget.4x3">
+ <intent-filter>
+ <action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
+ </intent-filter>
+ <meta-data android:name="android.appwidget.provider" android:resource="@xml/appwidget4x3"/>
+ </receiver>
+ <receiver
+ android:name="github.daneren2005.dsub.provider.DSubWidget4x4"
+ android:label="@string/widget.4x4">
+ <intent-filter>
+ <action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
+ </intent-filter>
+ <meta-data android:name="android.appwidget.provider" android:resource="@xml/appwidget4x4"/>
</receiver>
<provider android:name="github.daneren2005.dsub.provider.DSubSearchProvider"