CompTIA Exam Questions

Which of the following is a more secure way for a developer to give 3rd party apps temporary access

Which of the following is a more secure way for a developer to give 3rd party apps temporary
access to resources in their app, such as opening attachments in an external editor?

A.
Make use of grantTempAccess()

B.
Make use of per-URI permissions

C.
Temporarily make files world readable

D.
Temporarily store files on SD Card

Explanation: