What are Native Android Actions?



What are Native Android Actions?..

Answer / 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

More Android OS Interview Questions

Name the dialog box which is supported by android?

0 Answers  


What is a layout manager android?

0 Answers  


Is android 5.1 still supported?

0 Answers  


Should we jump in to android? What is the guarantee that’s what I will see on a phone? Will service providers turn off things?

0 Answers  


What is application widgets in android?

0 Answers  


Please explain the difference between flag_activity_clear_task and flag_activity_clear_top?

0 Answers  


Define intents in android. What are the different types of intents?

0 Answers  


Provide Introduction to Android:

1 Answers  


What to do if problem occurs in downloading your app in android?

0 Answers  


Can I upgrade android 6 to 7?

0 Answers  


What is sqlite? How does it differ from client-server database management systems?

0 Answers  


What is anr, and why does it happen?

0 Answers  


Categories