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"/>
|
android:stopWithTask="false"/>
|
||||||
|
|
||||||
<receiver android:name="org.linphone.AndroidCallInterceptor">
|
<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" />
|
<action android:name="android.intent.action.NEW_OUTGOING_CALL" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</receiver>
|
</receiver>
|
||||||
|
|
Loading…
Reference in a new issue