Skip to content

Commit 80cc3fc

Browse files
committed
Reword first sentence of documentation
1 parent 1f0a48d commit 80cc3fc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

java/ql/src/Security/CWE/CWE-926/ContentProviderIncompletePermissions.qhelp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
"qhelp.dtd">
44
<qhelp>
55
<overview>
6-
<p>The Android manifest file contains <code>provider</code> elements that you should use to specify the explicit permissions an application requires to access a resource using that provider.
6+
<p>The Android manifest file specifies the content providers for the application
7+
using <code>provider</code> elements. The <code>provider</code> element
8+
specifies the explicit permissions an application requires in order to access a
9+
resource using that provider.
10+
711
You specify the permissions using
812
the <code>android:readPermission</code>, <code>android:writePermission</code>,
913
or <code>android:permission</code> attributes.

0 commit comments

Comments
 (0)