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
How to get screen dimensions in pixels in andorid devices?
How to define a new sencha touch class?
How many different logcat types are there?
Why did we open the android source code? What is the guardian app for android?
Is the latest android operating system supported in all mobile phones?
What is the difference between a file, a class and an activity in android?
What are the approaches required to share persistent user-defined objects?
What are the advantages of android operating system?
What is tween effect?
What is android orm?
What is @inject in android?
Please explain what are intent filters?
What are 2 ways a service can run?
Explain implicit and explicit intents.
What does adb stands for & what is it’s primary function?