Add allowBackup=true to suppress gradle lint message

This commit is contained in:
Daniel Schömer 2016-06-05 11:00:01 +02:00
parent 50cf7cbecb
commit 9726bbfe96
No known key found for this signature in database
GPG Key ID: FC1D64F52BC24A85
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
<meta-data android:name="org.cyanogenmod.theme.author" android:value="@string/theme_author" />
<application android:hasCode="false"
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/theme_name"/>