mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-23 20:49:26 +01:00
fix: add missing android export label
This commit is contained in:
parent
ba333d64bf
commit
8c6fa06157
@ -117,7 +117,8 @@
|
|||||||
<service android:name="io.wazo.callkeep.VoiceConnectionService"
|
<service android:name="io.wazo.callkeep.VoiceConnectionService"
|
||||||
android:label="Wazo"
|
android:label="Wazo"
|
||||||
android:foregroundServiceType="camera|microphone|mediaProjection"
|
android:foregroundServiceType="camera|microphone|mediaProjection"
|
||||||
android:permission="android.permission.BIND_TELECOM_CONNECTION_SERVICE">
|
android:permission="android.permission.BIND_TELECOM_CONNECTION_SERVICE"
|
||||||
|
android:exported="true">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.telecom.ConnectionService" />
|
<action android:name="android.telecom.ConnectionService" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
Loading…
Reference in New Issue
Block a user