Add allowBackup=true to suppress gradle lint message
This commit is contained in:
parent
50cf7cbecb
commit
9726bbfe96
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
||||||
<meta-data android:name="org.cyanogenmod.theme.author" android:value="@string/theme_author" />
|
<meta-data android:name="org.cyanogenmod.theme.author" android:value="@string/theme_author" />
|
||||||
|
|
||||||
<application android:hasCode="false"
|
<application android:hasCode="false"
|
||||||
|
android:allowBackup="true"
|
||||||
android:icon="@drawable/ic_launcher"
|
android:icon="@drawable/ic_launcher"
|
||||||
android:label="@string/theme_name"/>
|
android:label="@string/theme_name"/>
|
||||||
|
|
||||||
|
|
Reference in a new issue