summaryrefslogtreecommitdiffhomepage
path: root/android/src
diff options
context:
space:
mode:
Diffstat (limited to 'android/src')
-rw-r--r--android/src/main/AndroidManifest.xml1
-rw-r--r--android/src/main/res/drawable-xhdpi/banner.pngbin0 -> 23762 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml
index 4ad413767d..caf59605db 100644
--- a/android/src/main/AndroidManifest.xml
+++ b/android/src/main/AndroidManifest.xml
@@ -20,6 +20,7 @@
android:theme="@style/AppTheme"
android:extractNativeLibs="true"
android:allowBackup="false"
+ android:banner="@drawable/banner"
tools:ignore="GoogleAppIndexingWarning">
<activity android:name="net.mullvad.mullvadvpn.ui.MainActivity"
android:label="@string/app_name"
diff --git a/android/src/main/res/drawable-xhdpi/banner.png b/android/src/main/res/drawable-xhdpi/banner.png
new file mode 100644
index 0000000000..c5ae0d512e
--- /dev/null
+++ b/android/src/main/res/drawable-xhdpi/banner.png
Binary files differ