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

Commit 16a518d2 authored by LuK1337's avatar LuK1337
Browse files

Recorder: Advertise that we can record voice

* Some apps make use of that intent,
  one of them is 'Conversations.im'.

Change-Id: I405ba93dea1d8fe4b5ec49715fafc51a39367594
parent 5c6ba77c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -38,7 +38,9 @@
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <action android:name="android.intent.action.PHONE_STATE" />
                <action android:name="android.provider.MediaStore.RECORD_SOUND" />
                <action android:name="org.lineageos.recorder.server.display.SCAN" />
                <category android:name="android.intent.category.DEFAULT" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>