Consider the following code: Intent intent = new Intent(); intent.setAction(Intent.ACTION_VIEW); intent.setData(android.net.Uri.parse('http://www.fatskills.com')); startActivity(intent); Which of the following is correct about the code above?

🎲 Try a Random Question  |  Total Questions in Quiz: 101  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
AND-401 Exam Practice Test 5 — practice the complete quiz, review flashcards, or try a random question.


Consider the following code: Intent intent = new Intent(); intent.setAction(Intent.ACTION_VIEW); intent.setData(android.net.Uri.parse('http://www.fatskills.com')); startActivity(intent); Which of the following is correct about the code above?