Updated expectations file with new message

The warning message for the `android:allowBackup` query was updated.
This updates the message in the expectations file.
This commit is contained in:
Ed Minnix
2022-09-09 11:35:48 -04:00
parent 08a17b355e
commit 817f12cae6

View File

@@ -1,2 +1,2 @@
| TestExplicitlyEnabled/AndroidManifest.xml:6:5:27:19 | application | The 'android:allowBackup' attribute is enabled. |
| TestMissing/AndroidManifest.xml:6:5:27:19 | application | The 'android:allowBackup' attribute is enabled. |
| TestExplicitlyEnabled/AndroidManifest.xml:6:5:27:19 | application | Backups are allowed in this Android application. |
| TestMissing/AndroidManifest.xml:6:5:27:19 | application | Backups are allowed in this Android application. |