Which of the following are true about Intent.CALL_ACTION and Intent.DIAL_ACTION?
Answers:• Both of them are used to dial a phone number on the device.
• Intent.action == Intent.CALL_ACTION is true when a phone call is received on the device.
• Intent.action = Intent.CALL_ACTION is used when a phone number is to be dialled without showing a UI on the device.
• Intent.action = Intent.DIAL_ACTION is used when a phone number is to be dialled without showing a UI on the device.
• Intent.action = Intent.CALL_ACTION is used when a phone number is to be dialled without the user having to explicitly initiate the call.
• Intent.action = Intent.DIAL_ACTION is used when a phone number is to be dialled without the user having to explicitly initiate the call.
No comments:
Post a Comment