We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
providesMainIntent
1 parent 500a6f3 commit 6485e73Copy full SHA for 6485e73
java/ql/lib/semmle/code/xml/AndroidManifest.qll
@@ -99,6 +99,10 @@ class AndroidApplicationXmlElement extends XmlElement {
99
)
100
}
101
102
+ /**
103
+ * Holds if the application element contains a child element which provides the
104
+ * `android.intent.action.MAIN` intent.
105
+ */
106
predicate providesMainIntent() {
107
exists(AndroidActivityXmlElement activity |
108
activity = this.getAChild() and
0 commit comments