1
0
Fork 0
mirror of https://github.com/M66B/NetGuard.git synced 2025-03-15 08:29:02 +00:00

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

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