Slightly increased priority for outgoing call interceptors

This commit is contained in:
Sylvain Berfini 2014-02-13 11:56:32 +01:00
parent 0d9ddd3261
commit 47ca3d27dd

View file

@ -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>