Answer the question
In order to leave comments, you need to log in
How to choose your application when calling from contacts?
If in <intent-filter>
add
<action android:name="android.intent.action.CALL"/>
and <data android:scheme="tel"/>
, then when you call action_call, your application will offer. This works if you try to call a number, for example, from hangouts. The phone behaves differently, if you call from the contact list, it immediately starts ringing through the default call. How can I make my application see when calling a number from contacts?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question