M
M
Mikhail Fleitman2015-05-19 16:02:13
Android
Mikhail Fleitman, 2015-05-19 16:02:13

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

1 answer(s)
O
one pavel, 2015-05-19
@firemanfm

The easiest way:
-you need to subscribe to the incoming call message.
-open your activity when you receive a call

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question