What is a correct part of an Implicit Intent for sharing data implementation?

What is a correct part of an Implicit Intent for sharing data implementation?
A. Intent sendIntent = new Intent(this, UploadService.class) sendIntent.putExtra(Intent.EXTRA_TEXT, textMessage);
B. Intent sendIntent = new Intent(); sendIntent.setType(Intent.ACTION_SEND);
C. Intent sendIntent = new Intent(this, UploadService.class) sendIntent.setData(Uri.parse(fileUrl));
D. Intent sendIntent = new Intent(); sendIntent.setAction(Intent.ACTION_SEND);

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.