Fix app name

This commit is contained in:
Dominik Schürmann
2014-10-05 11:19:19 +02:00
parent 12e44e7eeb
commit 4b6016fcfc
2 changed files with 3 additions and 1 deletions

View File

@@ -80,7 +80,7 @@
<activity
android:name=".ui.KeyListActivity"
android:configChanges="orientation|screenSize|keyboardHidden|keyboard"
android:label="@string/nav_keys"
android:label="@string/app_name"
android:launchMode="singleTop">
<intent-filter>
<action android:name="android.intent.action.MAIN" />