mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Slightly increased priority for outgoing call interceptors
This commit is contained in:
parent
0d9ddd3261
commit
47ca3d27dd
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@
|
|||
android:stopWithTask="false"/>
|
||||
|
||||
<receiver android:name="org.linphone.AndroidCallInterceptor">
|
||||
<intent-filter android:priority="0">
|
||||
<intent-filter android:priority="99">
|
||||
<action android:name="android.intent.action.NEW_OUTGOING_CALL" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue