diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml index 1377cb257..d7da25ccc 100644 --- a/src/main/AndroidManifest.xml +++ b/src/main/AndroidManifest.xml @@ -78,6 +78,7 @@ android:allowBackup="true" android:appCategory="social" android:fullBackupContent="@xml/backup_content" + android:dataExtractionRules="@xml/data_extraction_rules" android:hardwareAccelerated="true" android:icon="@mipmap/new_launcher" android:label="@string/app_name" @@ -88,7 +89,7 @@ android:theme="@style/ConversationsTheme" tools:replace="android:label" android:localeConfig="@xml/locales_config" - tools:targetApi="q"> + tools:targetApi="tiramisu"> - + diff --git a/src/main/res/xml/data_extraction_rules.xml b/src/main/res/xml/data_extraction_rules.xml new file mode 100644 index 000000000..54ba0d72b --- /dev/null +++ b/src/main/res/xml/data_extraction_rules.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file