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

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -