mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Make error messages and descriptions clearer about application backups not being disabled, rather than focusing on `android:allowBackup` specifically. Co-authored-by: Tony Torralba <atorralba@users.noreply.github.com>
216 B
216 B
category
| category |
|---|
| feature |
- Added a new predicate,
allowsBackup, in theAndroidApplicationXmlElementclass. This predicate detects if the application element does not disable theandroid:allowBackupattribute.