diff options
| author | Albin <albin@mullvad.net> | 2023-11-06 13:52:20 +0100 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-11-07 16:14:04 +0100 |
| commit | 17deaacd157e8825c857ced73811198b39bb9519 (patch) | |
| tree | 30541851f70ce343b8166587c970404b8e047b19 /android/app/src/devmole | |
| parent | 2bb5be8d10d2cc1824f97215787ad07d3dcd0319 (diff) | |
| download | mullvadvpn-17deaacd157e8825c857ced73811198b39bb9519.tar.xz mullvadvpn-17deaacd157e8825c857ced73811198b39bb9519.zip | |
Use infra flavor as app label
Diffstat (limited to 'android/app/src/devmole')
| -rw-r--r-- | android/app/src/devmole/AndroidManifest.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/android/app/src/devmole/AndroidManifest.xml b/android/app/src/devmole/AndroidManifest.xml new file mode 100644 index 0000000000..43b74c1f16 --- /dev/null +++ b/android/app/src/devmole/AndroidManifest.xml @@ -0,0 +1,8 @@ +<manifest xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:tools="http://schemas.android.com/tools"> + + <application + android:icon="@mipmap/ic_launcher" + android:label="Devmole VPN" + tools:replace="android:label" /> +</manifest> |
