What are Native Android Actions?

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


Please Help Members By Posting Answers For Below Questions

Where can you define the icon for your activity?

518


Which android file api to create a file?

545


What is the latest android version 2019?

488


What is the correct way to check if a Compass sensor is present on the system? Explain your answer.

1700


Does android support the bluetooth serial port profile? Yes. 78. Can an application be started on powerup?

483






What is anim/ directory?

555


what is onunbind?

526


What does adb stands for & what is it’s primary function?

509


What is an activity? Which method is implemented by all subclasses of an activity?

649


Is oxygen os same as android?

492


What is a broadcast receiver?

533


What is the google android sdk?

542


Is there a case wherein other qualifiers in multiple resources take precedence over locale?

493


What is data binding in android?

477


How to get the form data in sencha touch?

530