Add missing QLDoc

This commit is contained in:
Tony Torralba
2022-04-26 14:07:07 +02:00
parent b69d81ce24
commit 75b7234a77

View File

@@ -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