=== Content providers ===
* Is private data in content providers marked with android:exported=false in the application manifest?
=== Android Permissions ===
* Are all permissions requested strictly necessary?
* Are permissions defined for the application strictly necessary (do existing permissions not cover them)?
== Interprocess Communication ==
=== Networking ===