зеркало из https://github.com/github/codeql.git
Add missing QLDoc
This commit is contained in:
Родитель
b69d81ce24
Коммит
75b7234a77
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче