Skip to content

Commit cfc0bb5

Browse files
Documentation fix for hasIncompletePermissions
Co-authored-by: Tony Torralba <[email protected]>
1 parent 28e7049 commit cfc0bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ class AndroidProviderXmlElement extends AndroidComponentXmlElement {
182182
}
183183

184184
/**
185-
* Holds if the provider element provides only `android:readPermission` or `android:writePermission`.
185+
* Holds if the provider element is only protected by either `android:readPermission` or `android:writePermission`.
186186
*/
187187
predicate hasIncompletePermissions() {
188188
(

0 commit comments

Comments
 (0)