当我们想要打电话时,如何使我的SIP应用程序出现在对话框选择器中?

时间:2017-05-10 13:13:37

标签: android call sip

尽管我在AndroidManifest.xml文件中声明了所有这些

 <Intent-filter>
                <Category android: name = "android.intent.category.DEFAULT" />
                <Action android: name = "android.intent.action.CALL_PRIVILEGED" />
                <Action android: name = "android.intent.action.CALL" />
                <Data android: scheme = "tel" />
                <Data android: scheme = "sip" />
 </Intent-filter>

0 个答案:

没有答案