How should a developer securely share data between applications?
A.
Using file permissions on the SD card
B.
Creating world-readable files in the application directory
C.
Defining content providers with permissions
D.
Using a shared SQLite database
Explanation: