diff options
| author | Albin <albin@mullvad.net> | 2023-11-06 13:51:06 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-11-07 16:14:04 +0100 |
| commit | 2bb5be8d10d2cc1824f97215787ad07d3dcd0319 (patch) | |
| tree | 8a751b04eae1bda583b9c45f597190a12391f2eb /android/app/src/main/AndroidManifest.xml | |
| parent | 5720938fe9a74edced6e831f794fad7d7bd8de94 (diff) | |
| download | mullvadvpn-2bb5be8d10d2cc1824f97215787ad07d3dcd0319.tar.xz mullvadvpn-2bb5be8d10d2cc1824f97215787ad07d3dcd0319.zip | |
Cleanup redundant manifest app labels
Diffstat (limited to 'android/app/src/main/AndroidManifest.xml')
| -rw-r--r-- | android/app/src/main/AndroidManifest.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 7eede7ed33..432244d16f 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -30,7 +30,6 @@ --> <activity android:name="net.mullvad.mullvadvpn.ui.MainActivity" android:exported="true" - android:label="@string/app_name" android:launchMode="singleTask" android:configChanges="orientation|screenSize|screenLayout" android:screenOrientation="locked" |
