☑Kizspy.me
(Choose 1 answer)
☐ A
Back
Next
FUO.Sh
sh the exam.
How do you define a Content URI in a Contract class?
A. public static final Uri CONTENT_URI= Uri.parse("content://" + AUTHORITY + "/" + CONTENT_PATH);
B. public static final Uri CONTENT_URI= Uri.parse("http://" + AUTHORITY + "/" + CONTENT_PATH);
C. public static final Uri CONTENT_URI= Uri.parse("file://" + AUTHORITY+"/"+ CONTENT_PATH);
D. public static final Uri CONTENT_URI= Uri.parse("data://" + AUTHORITY+"/"+ CONTENT_PATH);