Jami
Jami
This query warns about `android:debuggable="true"` set in the application section of the `AndroidManifest.xml` file.
This PR adds a query to detect implicitly exported components in `AndroidManifest.xml` files.
**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:**...