In this video it shows steps to add new contacts in your phone using the intent type ContactsContract.RawContacts.CONTENT_TYPE. In this video the major part of the code is taken from the below page of Android developers:https://developer.android.com/training/contacts-provider/modify-data#InsertContact However, in this video it shows the above code in action. I hope you…
Tag: phone number
How to read and forward certain SMSes programmatically in your Android App? – complete source code
This video shows the steps to read the SMSes and forward certain SMS based on a particular condition. In this App, it forwards the SMS to a pre-defined number mentioned in the App’s code. However, the number can be taken as an input from the layout also. The SMS send…