mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Added documentation for providesMainIntent pred
This commit is contained in:
@@ -99,6 +99,10 @@ class AndroidApplicationXmlElement extends XmlElement {
|
||||
)
|
||||
}
|
||||
|
||||
/**
|
||||
* Holds if the application element contains a child element which provides the
|
||||
* `android.intent.action.MAIN` intent.
|
||||
*/
|
||||
predicate providesMainIntent() {
|
||||
exists(AndroidActivityXmlElement activity |
|
||||
activity = this.getAChild() and
|
||||
|
||||
Reference in New Issue
Block a user