summaryrefslogtreecommitdiffhomepage
path: root/android
diff options
context:
space:
mode:
authorKalle Lindström <karl.lindstrom@mullvad.net>2025-07-30 09:09:17 +0200
committerKalle Lindström <karl.lindstrom@mullvad.net>2025-07-31 08:27:48 +0200
commit41f8f04bb56447aab9be4581c26d37ce0d120a66 (patch)
treea309aa6cee1b24b5600871fc15050788cfd6c84b /android
parent83a65f5b2568543a5ff09bc90c4fca43ae2d3b0c (diff)
downloadmullvadvpn-41f8f04bb56447aab9be4581c26d37ce0d120a66.tar.xz
mullvadvpn-41f8f04bb56447aab9be4581c26d37ce0d120a66.zip
Enable profileable tag in AndroidManifest.xml
We need to set this in order for a release build of the app to the profileable.
Diffstat (limited to 'android')
-rw-r--r--android/app/src/main/AndroidManifest.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index 4e28e48c82..8b29d52cb6 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -45,6 +45,10 @@
tools:node="remove"
tools:ignore="MissingClass" />
+ <profileable
+ android:enabled="true"
+ android:shell="true" />
+
<!--
MainActivity
Must be exported in order to be launchable.