I'm working on an security application in which my application will send a mail to the server automatically without the phone user disturbance. What I need is
- Colletct user phone number and imei number
- Send a email with the information, but user don't know about the process.
- When a user insert a new sim again a new email will be send with the above mentioned process
What I done till is :
Colletct user phone number and imei number using telephony manager
Save the information locally
But I need an instruction or tutorial for doing rest of my work. Can anyone help?