Add description to application on AndroidManifest

This commit is contained in:
Lucas Lima 2020-06-28 11:41:46 -03:00
parent f52d00d109
commit 4384db0936
No known key found for this signature in database
GPG key ID: 0259A3F43EC1027A
2 changed files with 2 additions and 0 deletions

View file

@ -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"

View file

@ -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"