Added change notes

This commit is contained in:
Ed Minnix
2022-08-18 22:15:30 -04:00
parent dad4a403db
commit a036639ecd
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
category: feature
---
* Added a new predicate, `allowsBackup`, in the `AndroidApplicationXmlElement` class. This predicate detects if the application element has its `android:allowBackup` attribute enabled.

View File

@@ -0,0 +1,4 @@
---
category: newQuery
---
* Added a new query, `java/android/allowBackup-attribute-enabled`, to detect if the `android:allowBackup` attribute is enabled in the Android manifest.