mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-12-23 11:21:29 +00:00
Added app description to manifest.
This commit is contained in:
parent
e58ad8d931
commit
467dad0438
2 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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 -->
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue