Multiple Choice
Which of the following is true about this code snippet? (Choose two) Intent intent = new Intent(Intent.ACTION_DIAL,Uri.parse("tel:555-1234") ) ; startActivity(intent) ;
A) This is an explicit intent that start the system's dialer.
B) The system will not dial the number without adding permission CALL_PHONE.
C) The system will perform an intent resolution to start the proper activity.
D) The code will not compile.
Correct Answer:

Verified
Correct Answer:
Verified
Q80: What existing layout is closest to ConstraintLayout
Q81: How is the lifecycle of Service connected
Q82: Which of the following are NOT correct
Q83: Which of the following is not an
Q84: Which one of the following is not
Q86: Which of the following methods updates a
Q87: Which of the following is true about
Q88: Which of the following lines of code
Q89: What two methods you have to override
Q90: What is the Android SDK version required