尽管我在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>