mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-22 14:18:15 +00:00
Added filter in Manifest to handle sip: links in browsers
This commit is contained in:
parent
8d5a8a1a6b
commit
aab7f07601
1 changed files with 7 additions and 0 deletions
|
|
@ -64,6 +64,13 @@
|
|||
<data android:scheme="sip" />
|
||||
<data android:scheme="imto" />
|
||||
</intent-filter>
|
||||
|
||||
<intent-filter>
|
||||
<data android:scheme="sip" />
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name="org.linphone.LinphoneActivity"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue