Kizspy | Question: 21
(Choose 1 answer)
Which constructor method do you use to create an implicit Intent to launch a camera app?
A. new Intent()
B. new Intent(Context context, Class<?> class)
C. new Intent(String action, Uri uri)
D. new Intent(String action)