1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-06 00:02:48 +02:00

Add dataExtractionRules, applicable to Android 12. Exclude everything from being backed up. Also properly support Android 11.

This commit is contained in:
Benoit Marty
2022-08-24 19:03:29 +02:00
committed by Benoit Marty
parent 88482c9b2e
commit 842a9bbd55
4 changed files with 41 additions and 5 deletions

View File

@@ -87,6 +87,7 @@
<!-- Manifest -->
<issue id="PermissionImpliesUnsupportedChromeOsHardware" severity="error" />
<issue id="DataExtractionRules" severity="error" />
<!-- Performance -->
<issue id="UselessParent" severity="error" />