Quantcast
Channel: How to get contact name when receiving SMS - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Geethu for How to get contact name when receiving SMS

Try this codeIn Broadcast Receiver public class SMSReceiver extends BroadcastReceiver{ String str = ""; String no = "";@Overridepublic void onReceive(Context context, Intent intent) { // TODO...

View Article



How to get contact name when receiving SMS

I have the following code to receive an SMS and I am trying to get the contact name.package com.example.smsTest;import android.content.BroadcastReceiver;import android.content.Context;import...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images