Skip to content

Commit

Permalink
Updated the name of the status broadcast action in the manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjc1138 committed Nov 15, 2008
1 parent c9a484b commit 605d8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Expand Up @@ -12,7 +12,7 @@
</activity>
<receiver android:name=".StatusBroadcastReceiver">
<intent-filter>
<action android:name="net.jjc1138.android.scrobbler.status" />
<action android:name="net.jjc1138.android.musicplayerstatus" />
</intent-filter>
</receiver>
<service android:name=".ScrobblerService" />
Expand Down

0 comments on commit 605d8c5

Please sign in to comment.