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 would you update the ui of an activity from a background service?
What is a singleton class in android?
What is the life cycle of android activity?
What is a fragment?
In android, what is contained within the xml files in layout folder?
How do I stop android os from eating data?
what is the difference between this and getapplicationcontext in android?
Tell me two ways to clear the back stack of activities when a new activity is called using intent?
How to select more than one option from list in android xml file?
What do you mean by anr in android?
what are the different tools in android?
What is the difference between color os and android?
What is the APK format in Android?
What are the security measures that are taken to make android secure?
What is avd?