Adding replace allowBackup

This commit is contained in:
Mathieu Sanchez 2020-04-29 23:52:57 +02:00
parent e08476881d
commit 84320bfbf4
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
tools:replace="android:allowBackup"
android:theme="@style/AppTheme.Light">
<activity android:name=".QrCodeActivity" />
<activity android:name=".PdfViewerActivity" />