adding change-note for android manifest library

This commit is contained in:
Jami Cogswell
2022-08-09 13:06:31 -04:00
parent b779f9f935
commit 4c2b05ce8c

View File

@@ -0,0 +1,5 @@
---
category: feature
---
* Added a new predicate, `isInBuildDirectory`, in the `AndroidManifestXmlFile` class. This predicate detects if the manifest file is located in a build directory.
* Added a new predicate, `isDebuggable`, in the `AndroidApplicationXmlElement` class. This predicate detects if the application element has its `android:debuggable` attribute enabled.