remove no-op allowBackup

This was added to silence a now removed lint check.
This commit is contained in:
Daniel Micay 2022-10-29 21:11:07 -04:00
parent e1dd3db05a
commit ed3cf2c08f
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@
<original-package android:name="org.grapheneos.pdfviewer" />
<application android:name=".App"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher"