I need to launch an application when an SMS is received only from the certain number and on the certain port. If the application is already run I need to parse this message. How can I do that using PendingIntent?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
First make the broadcastreceiver class which receive a message like this.
and fire the intent of your class when sms is received.
store the sms_sender in a string as
and give the condition after receiving message that