summaryrefslogtreecommitdiffhomepage
path: root/android/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2021-12-17 12:02:49 +0100
committerAlbin <albin@mullvad.net>2021-12-20 07:07:15 +0100
commit4e85f2a8cfd1ca4e30138081ddb0dafbea6c8618 (patch)
treefb409aca2a1edb35f7e62e1764aa67909c79fa81 /android/app/src/main/AndroidManifest.xml
parent9bb408fd13c12fa31118638d108af4ce7a449b91 (diff)
downloadmullvadvpn-4e85f2a8cfd1ca4e30138081ddb0dafbea6c8618.tar.xz
mullvadvpn-4e85f2a8cfd1ca4e30138081ddb0dafbea6c8618.zip
Clarify Android tile text
Change Android tile title/label to "Toggle VPN" to better inform the user about the tile action. Also set the subtitle (on Android Q and above) to match the state shown in the notification.
Diffstat (limited to 'android/app/src/main/AndroidManifest.xml')
-rw-r--r--android/app/src/main/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index 66edb7dc33..e309f71016 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -66,7 +66,7 @@
</intent-filter>
</service>
<service android:name="net.mullvad.mullvadvpn.service.MullvadTileService"
- android:label="@string/app_name"
+ android:label="@string/toggle_vpn"
android:icon="@drawable/small_logo_black"
android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
android:process=":mullvadvpn_tile">