Answer Posted / mady
Native Android applications also use Intents to launch Activities and sub Activities
ACTION-ANSWER Opens an Activity that handles immediately initiates a call using the number supplied in the Intent URI. Genereally it's considered better from to use ACTION_DIAL if possible.
ACTION_DELETE Starts an Activity hat lets you delete the data specified at that Intent's data URI.
ACTION_DIAL Brings up a dialer application with the number to dial pre-populated from the Intent URI. By default this is handled by the native Android phone dialer.
ACTION_EDIT Requests an Activity that can edit that data at the specified Intent URI. ACTION_INSERT
ACTION_PICK
ACTION_SEARCH
ACTION_SENDTO ACTION_SEND ACTION_VIEW ACTION_WEB_SEARCH
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
What is looper, handler, and message queue in Android?
To display a notification on upper left of android screen, which of the following class you need to use?
What are the steps required in setting up the linkify calls intent?
What is test module?
What is grid view android?
How many activities are in focus at any time?
What is the importance of default resources?
when to use 9 patch image in android?
How to launch an activity in android?
Should we change the name of a file after installing?
how do you declare 4 components of android in mainfestfile?
What is motion tween?
What are the different data types supported by aidl?
What is not true about the android application lifecycle?
Which is the latest version of android?