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 is dalvik virtual machine (dvm)?

0 Answers  


What is true about localstorage?

0 Answers  


What is a Sticky Intent?

1 Answers  


What is a singleton class in android?

0 Answers  


What are the different phases of the Activity life cycle in Android?

0 Answers   B-Ways TecnoSoft,






Is oxygen os same as android?

0 Answers  


How to create alerts in android?

0 Answers  


How do I reinstall android os?

0 Answers  


Why is it called android?

0 Answers  


Do you know what is an action?

0 Answers  


How can two Android applications share same Linux user ID and share same VM?

1 Answers   Tech Mahindra,


What are the tools placed in android sdk?

0 Answers  


Categories