include::../description.adoc[]
== Noncompliant Code Example
On AndroidManifest.xml:
----
----
== Compliant Solution
On AndroidManifest.xml, if it is not needed to export your provider to other applications, set the ``++exported++`` property to ``++false++``:
----
----
Otherwise implement restrictive permissions:
----
----
include::../see.adoc[]