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 b7a5252 commit db6cd18Copy full SHA for db6cd18
java/ql/lib/semmle/code/xml/AndroidManifest.qll
@@ -25,7 +25,7 @@ class AndroidManifestXmlFile extends XmlFile {
25
predicate isInBuildDirectory() { this.getFile().getRelativePath().matches("%build%") }
26
27
/**
28
- * Holds if `amxf` defines at least one activity, service or contest provider,
+ * Holds if this file defines at least one activity, service or contest provider,
29
* and so it corresponds to an android application rather than a library.
30
*/
31
predicate definesAndroidApplication() {
0 commit comments