How i Add my App in default dialer options

1.4k Views Asked by At

I want to add my app in default options. When some one making a call he will show my app as options like skype,viber etc.

i have used following line of code but not worked.

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

There are 0 best solutions below