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

What are fragments in Android Activity ?

1 Answers  


What is pojo class in android?

0 Answers  


What os do android phones use?

0 Answers  


Explain me the difference between oncreate() and onstart()?

0 Answers  


Which is the latest version of android?

0 Answers  






What is an android virtual device?

0 Answers  


Is android lollipop still supported?

0 Answers  


What are the differences between a domain and a workgroup?

1 Answers  


What is a statelistdrawable?

0 Answers  


Is it okay to change the name of an application after its deployment?

0 Answers  


The best time to kill a foreground activity in Android?

0 Answers   SwanSoft Technologies,


when will you use dynamic broadcast receivers?

0 Answers  


Categories