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>