Added app description to manifest.

This commit is contained in:
Felix Ableitner 2014-09-25 13:54:25 +03:00
parent e58ad8d931
commit 467dad0438
2 changed files with 4 additions and 1 deletions

View File

@ -19,7 +19,8 @@
android:allowBackup="false"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/AppTheme">
android:theme="@style/AppTheme"
android:description="@string/app_description">
<activity
android:name=".activities.MainActivity"
android:label="@string/app_name"

View File

@ -4,6 +4,8 @@
<string name="app_name">Syncthing</string>
<string name="app_description">Replace proprietary services with something open, trustworthy and decentralized.</string>
<!-- MainActivity -->