D
D
delaf2017-02-24 10:56:32
Mobile development
delaf, 2017-02-24 10:56:32

What application to send a phone number to email use?

The essence of this is a call to android.
I need to poison this phone number to my mail (ideally in an amocrm)
Without an application, it looks like this. I take the call, copy it to the clipboard, open the mail label, select my mailbox, paste the text, send it.
In general, a lot of action
It is clear that you can write an application for yourself. But suddenly something similar already is
Who faced?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
aol-nnov, 2017-02-24
@aol-nnov

<intent-filter>
   <action android:name="android.intent.action.PHONE_STATE" />
</intent-filter>

and a couple of lines of code. write yourself faster.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question