Use use string resource for main activity label

Refs #146
This commit is contained in:
M66B 2015-11-14 18:11:29 +01:00
parent 498bd3a2c0
commit 257fd9fc4f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
<activity
android:name=".ActivityMain"
android:configChanges="orientation|screenSize"
android:label="NetGuard"
android:label="@string/app_name"
android:launchMode="singleTop">
<intent-filter>
<action android:name="android.intent.action.MAIN" />