We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e003e2c commit efac4b1Copy full SHA for efac4b1
java/ql/lib/semmle/code/xml/AndroidManifest.qll
@@ -139,7 +139,6 @@ class AndroidPermissionXmlAttribute extends XmlAttribute {
139
AndroidPermissionXmlAttribute() {
140
this.getNamespace().getPrefix() = "android" and
141
this.getName() = ["permission", "readPermission", "writePermission"]
142
- //this.getName() = ["permission"]
143
}
144
145
/** Holds if this is an `android:permission` attribute. */
0 commit comments