Fix lint warnings, some code has vanished dur to the rebasing of the branch...

This commit is contained in:
Benoit Marty 2022-09-19 10:50:15 +02:00
parent d4eb619d40
commit c91ba06285
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
<application <application
android:name="im.vector.app.VectorApplication" android:name="im.vector.app.VectorApplication"
android:allowBackup="false" android:allowBackup="false"
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"
android:hasFragileUserData="true" android:hasFragileUserData="true"
android:icon="@mipmap/ic_launcher" android:icon="@mipmap/ic_launcher"
android:label="@string/app_name" android:label="@string/app_name"