Skip to content

Commit

Permalink
Recorder: Reformat manifest
Browse files Browse the repository at this point in the history
Change-Id: I858940d2cbce7b79e69cb47f45f4a9aad387f7ee
  • Loading branch information
SebaUbuntu committed Feb 24, 2024
1 parent e8f5b1c commit b563503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
<!-- Sound recorder -->
<service
android:name=".service.SoundRecorderService"
android:foregroundServiceType="microphone"
android:exported="false">
android:exported="false"
android:foregroundServiceType="microphone">
<intent-filter>
<action android:name="org.lineageos.recorder.service.START" />
<action android:name="org.lineageos.recorder.service.STOP" />
Expand Down

0 comments on commit b563503

Please sign in to comment.