• Protection Level, use "signature" to limit with your own apps • User parameterized query methods such as query(), update(), delete to avoid SQL injection • Do not use content provider if you will use only in your app. android:exported = "false" Limited to your own app android:exported = "true" Allow access by other apps