mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Android: Add a 3x3 sized widget.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29409 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
194acc68a8
commit
f1e3f5e6c4
5 changed files with 89 additions and 0 deletions
|
|
@ -54,6 +54,17 @@
|
|||
android:resource="@xml/appwidget_provider_2x2" />
|
||||
</receiver>
|
||||
|
||||
<receiver android:name=".widgets.RockboxWidgetProvider3x3"
|
||||
android:label="@string/appwidget_label_3x3">
|
||||
<intent-filter>
|
||||
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
|
||||
<action android:name="org.rockbox.TrackUpdateInfo" />
|
||||
<action android:name="org.rockbox.TrackFinish" />
|
||||
<action android:name="org.rockbox.UpdateState" />
|
||||
</intent-filter>
|
||||
<meta-data android:name="android.appwidget.provider"
|
||||
android:resource="@xml/appwidget_provider_3x3" />
|
||||
</receiver>
|
||||
<!-- Widget configuration -->
|
||||
<activity android:name=".widgets.RockboxWidgetConfigure">
|
||||
<intent-filter>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue