mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
Add missing QLDoc
This commit is contained in:
@@ -99,6 +99,9 @@ class AndroidProviderXmlElement extends AndroidComponentXmlElement {
|
||||
this.getAnAttribute().(AndroidPermissionXmlAttribute).isRead()
|
||||
}
|
||||
|
||||
/**
|
||||
* Holds if this provider element has the attribute `android:grantUriPermissions` set to `true`.
|
||||
*/
|
||||
predicate grantsUriPermissions() {
|
||||
exists(AndroidXmlAttribute attr |
|
||||
this.getAnAttribute() = attr and
|
||||
|
||||
Reference in New Issue
Block a user