Abbreviated change note in changelog entry for activity-alias

This commit is contained in:
Ed Minnix
2022-10-28 16:55:03 -04:00
parent 2255b0d96a
commit 1472335c2e

View File

@@ -1,8 +1,4 @@
---
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.
* Added support for Android Manifest `<activity-aliases>` elements in data flow sources.