Skip to content

Commit 75b7234

Browse files
committed
Add missing QLDoc
1 parent b69d81c commit 75b7234

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

java/ql/lib/semmle/code/xml/AndroidManifest.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ class AndroidProviderXmlElement extends AndroidComponentXmlElement {
9999
this.getAnAttribute().(AndroidPermissionXmlAttribute).isRead()
100100
}
101101

102+
/**
103+
* Holds if this provider element has the attribute `android:grantUriPermissions` set to `true`.
104+
*/
102105
predicate grantsUriPermissions() {
103106
exists(AndroidXmlAttribute attr |
104107
this.getAnAttribute() = attr and

0 commit comments

Comments
 (0)