summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 5533e3c..cf38f0c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -93,16 +93,14 @@
</intent-filter>
</activity>
- <service android:name=".service.AudioFxService"/>
-
- <receiver android:name=".receiver.ServiceDispatcher">
+ <service android:name=".service.AudioFxService">
<intent-filter>
<action android:name="android.media.action.OPEN_AUDIO_EFFECT_CONTROL_SESSION"/>
<action android:name="android.media.action.CLOSE_AUDIO_EFFECT_CONTROL_SESSION"/>
<action android:name="android.media.AUDIO_BECOMING_NOISY"/>
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
- </receiver>
+ </service>
<receiver android:name=".service.BootReceiver">
<intent-filter>