diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml index 1377cb257949df2048cd8e6c035d2b318b83bce7..d7da25cccdf71df0e3dc0fe499846fc9fa5384dd 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 0000000000000000000000000000000000000000..54ba0d72bc1df1a7e6e6c67a754fec2580d8f408 --- /dev/null +++ b/src/main/res/xml/data_extraction_rules.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file