Skip to content

Commit

Permalink
Recorder: Remove intent-filter from recorder service
Browse files Browse the repository at this point in the history
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
  • Loading branch information
luca020400 committed Sep 9, 2024
1 parent c587995 commit 330f45c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 330f45c

Please sign in to comment.