5. Call, Open Website, and Send SMS
AIM: Develop an application that uses a menu with 3 options for dialing a number, opening a website and to send an SMS. On selecting an option, the appropriate action should be invoked using intents.
PROGRAM:
Set Activity Starter Behavioral Properties as below:
Action android.intent.action.SENDTO
DataUri smsto:9493570703
ExtraKey sms_body
ExtraValue Hello, this is a test SMS!123
Comments
Post a Comment