Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 330f45c0 authored by Luca Stefani's avatar Luca Stefani
Browse files

Recorder: Remove intent-filter from recorder service

Since the service isn't exported no other app can start
and/or interact with it, only explicit intents within
the app are supported.

Note: They got changed and notification worked without
      fixing the manifest.

Change-Id: Ic2c21834c494b51395a57f7a8593f612ad13dba7
parent c5879957
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -63,12 +63,6 @@
            android:name=".service.SoundRecorderService"
            android:exported="false"
            android:foregroundServiceType="microphone">
            <intent-filter>
                <action android:name="org.lineageos.recorder.service.START" />
                <action android:name="org.lineageos.recorder.service.STOP" />
                <action android:name="org.lineageos.recorder.service.PAUSE" />
                <action android:name="org.lineageos.recorder.service.RESUME" />
            </intent-filter>
        </service>
    </application>
</manifest>