To protect a Content Provider from abuse a developer might implement:
A.
An app-based firewall for the Content Provider
B.
An export attributeto offload permission checking
C.
Acontent type toprevent dangerous type requests
D.
Aselectionclause to prevent SQL Injection
Explanation: