mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Added change notes for AndroidManifest.qll
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Added the `AndroidActivityAliasXmlElement` class to represent `<activity-alias>` components in Android manifests.
|
||||
* Added the `AndroidActivityXmlElement.getAnAlias` method to get the aliases of an `<activity>` element in an Android manifest.
|
||||
* Added the `AndroidIdentifierXmlAttribute` class to represent XML attributes representing component identifiers, such as `android:name` and `android:targetActivity`
|
||||
* Added the `AndroidComponentXmlElement.getResolvedIdentifier` method, for finding the fully qualified identifier from an identifier.
|
||||
* Added the `AndroidComponentXmlElement.getResolvedComponentName` method, for finding the fully qualified identifier of a component.
|
||||
Reference in New Issue
Block a user