//http://www.technotalkative.com/android-fetch-inbox-sms/
//Code
Cursor phones = getContentResolver().query(ContactsContract.CommonDataKinds.Phone.CONTENT_URI, null,null,null, null);
while (phones.moveToNext())
{
String name=phones.getString(phones.getColumnIndex(ContactsContract.CommonDataKinds.Phone.DISPLAY_NAME));
String phoneNumber = phones.getString(phones.getColumnIndex(ContactsContract.CommonDataKinds.Phone.NUMBER));
Log.d(“TAG”, “PHONEnO” + phoneNumber);
}
phones.close();
//Android sdk just bellow the line of manifest
https://stackoverflow.com/questions/24077901/how-to-create-an-always-running-background-service
akash073,thank you for your blog post.Really thank you! Awesome.
Thanks for the party akash073! Have an awesome week!
akash073, thanks a lot for the article post.Much thanks again. Fantastic.
Thanks so much for the post.Much thanks again. Really Cool.