Android 如何在默认拨号选项中添加我的应用程序

Android 如何在默认拨号选项中添加我的应用程序,android,android-intent,android-dialer,Android,Android Intent,Android Dialer,我想在默认选项中添加我的应用程序。当有人打电话时他会将我的应用程序显示为选项,如skype、viber等 我使用了下面的代码行,但没有工作 <intent-filter > <action android:name="android.intent.action.CALL_PRIVILEGED" /> <category android:name="android.intent.category.DEFAULT" /> <data

我想在
默认选项中添加我的
应用程序
。当有人
打电话时
他会将我的应用程序显示为选项
,如skype、viber等

我使用了下面的代码行,但没有工作

<intent-filter >
    <action android:name="android.intent.action.CALL_PRIVILEGED" />
    <category android:name="android.intent.category.DEFAULT" />
    <data android:scheme="tel" />
  </intent-filter>


参考以下链接:[可能重复]@NishatLakhani您发布的问题不相关,穆罕默德请检查此问题参考以下链接:[可能重复]@NishatLakhani您发布的问题不相关,穆罕默德请检查此问题