Jami

Results 4 issues of Jami

This query warns about `android:debuggable="true"` set in the application section of the `AndroidManifest.xml` file.

documentation
Java
ready-for-doc-review

This PR adds a query to detect implicitly exported components in `AndroidManifest.xml` files.

documentation
Java

**Summary:** This PR adds flow steps to model the routing aspect of a [deeplink](https://developer.android.com/training/app-links#deep-links)-handling Android component (i.e. wire the [Intent](https://developer.android.com/reference/android/content/Intent) being sent from the deeplink router to its destination). **Description:**...

documentation
Java