fix: add missing android export label
This commit is contained in:
parent
049fb5076d
commit
3c48f476eb
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue