Added change notes for AndroidManifest.qll

This commit is contained in:
Ed Minnix
2022-10-17 15:45:35 -04:00
parent f4dbd41036
commit ec6c421f91

View File

@@ -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.