From 2d4a41be23fdf232f8f63f6d4ae1293d1d63d6f2 Mon Sep 17 00:00:00 2001 From: andrekir Date: Mon, 13 Feb 2023 18:33:19 -0300 Subject: [PATCH] chore: add manifest fullBackupContent and dataExtractionRules --- app/src/main/AndroidManifest.xml | 2 ++ app/src/main/res/xml/data_extraction_rules.xml | 17 +++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 app/src/main/res/xml/data_extraction_rules.xml diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 341fc536d..9ae5a281b 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -76,6 +76,8 @@ tools:replace="android:icon" android:name="com.geeksville.mesh.MeshUtilApplication" android:allowBackup="false" + android:dataExtractionRules="@xml/data_extraction_rules" + android:fullBackupContent="false" android:icon="@mipmap/ic_launcher2" android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher2_round" diff --git a/app/src/main/res/xml/data_extraction_rules.xml b/app/src/main/res/xml/data_extraction_rules.xml new file mode 100644 index 000000000..fe61eb717 --- /dev/null +++ b/app/src/main/res/xml/data_extraction_rules.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + +