Add description to application on AndroidManifest
This commit is contained in:
parent
f52d00d109
commit
4384db0936
2 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
|
||||
<application
|
||||
android:name="dev.lucasnlm.antimine.MainApplication"
|
||||
android:description="@string/app_description"
|
||||
android:allowBackup="true"
|
||||
android:allowClearUserData="true"
|
||||
android:fullBackupContent="@xml/backup_rules"
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
|
||||
<application
|
||||
android:name="dev.lucasnlm.antimine.wear.MainApplication"
|
||||
android:description="@string/app_description"
|
||||
android:allowBackup="false"
|
||||
android:icon="@mipmap/ic_launcher"
|
||||
android:isGame="true"
|
||||
|
|
Loading…
Reference in a new issue