diff options
| author | Antoine Cellerier <dionoea@videolan.org> | 2011-03-09 18:46:55 +0000 |
|---|---|---|
| committer | Antoine Cellerier <dionoea@videolan.org> | 2011-03-09 18:46:55 +0000 |
| commit | fd7375c307a2bf99847b5de180efe98e829f2439 (patch) | |
| tree | d35aaf32387efe6e78fbb3dd7a81ca9d1b2564f1 /android/AndroidManifest.xml | |
| parent | 64cf0dd765dc11058a02024032784a9f2eb494b5 (diff) | |
| download | rockbox-fd7375c307a2bf99847b5de180efe98e829f2439.zip rockbox-fd7375c307a2bf99847b5de180efe98e829f2439.tar.gz rockbox-fd7375c307a2bf99847b5de180efe98e829f2439.tar.bz2 rockbox-fd7375c307a2bf99847b5de180efe98e829f2439.tar.xz | |
Ask for track information to be resent after creating a new widget.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29553 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'android/AndroidManifest.xml')
| -rw-r--r-- | android/AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index faf404f..c32f76c 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -23,6 +23,7 @@ <intent-filter> <action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MEDIA_BUTTON" /> + <action android:name="org.rockbox.ResendTrackUpdateInfo" /> </intent-filter> </service> |