我想在app
中添加default options
。当某人making a call
时,他会将我的应用显示为选项like skype,viber etc
。
我使用了以下代码行,但没有使用。
<intent-filter >
<action android:name="android.intent.action.CALL_PRIVILEGED" />
<category android:name="android.intent.category.DEFAULT" />
<data android:scheme="tel" />
</intent-filter>