mirror of https://github.com/M66B/NetGuard.git
Fix labels
This commit is contained in:
parent
01474a3701
commit
22f3d0766a
|
@ -33,12 +33,12 @@
|
|||
<activity
|
||||
android:name=".ActivitySettings"
|
||||
android:configChanges="orientation|screenSize"
|
||||
android:label="Settings"
|
||||
android:label="@string/app_name"
|
||||
android:parentActivityName=".ActivityMain" />
|
||||
|
||||
<service
|
||||
android:name=".SinkholeService"
|
||||
android:label="Service"
|
||||
android:label="@string/app_name"
|
||||
android:permission="android.permission.BIND_VPN_SERVICE">
|
||||
<intent-filter>
|
||||
<action android:name="android.net.VpnService" />
|
||||
|
@ -47,7 +47,7 @@
|
|||
|
||||
<receiver
|
||||
android:name=".Receiver"
|
||||
android:label="Receiver">
|
||||
android:label="@string/app_name">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.BOOT_COMPLETED" />
|
||||
<action android:name="android.intent.action.MY_PACKAGE_REPLACED" />
|
||||
|
@ -60,7 +60,7 @@
|
|||
|
||||
<receiver
|
||||
android:name=".Widget"
|
||||
android:label="Widget">
|
||||
android:label="@string/app_name">
|
||||
<intent-filter>
|
||||
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
|
||||
<action android:name="eu.faircode.netguard.APPWIDGET_ON" />
|
||||
|
|
Loading…
Reference in New Issue