android - How i Add my App in default dialer options -
i want add app
in default options
. when 1 making call
show app options like skype,viber etc
.
i have used following line of code 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>
Comments
Post a Comment