summaryrefslogtreecommitdiffhomepage
path: root/android/app/src
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2023-09-07 09:26:05 +0200
committerAlbin <albin@mullvad.net>2023-09-22 13:20:14 +0200
commit84f6868ca47d00c04e0923fbb7ca2e7482c34ceb (patch)
tree8f82b7a549a43d5ab7fc952d47c2df647c3a07bf /android/app/src
parent990b5f8df1a79a441fe3910470822538a8e4e476 (diff)
downloadmullvadvpn-84f6868ca47d00c04e0923fbb7ca2e7482c34ceb.tar.xz
mullvadvpn-84f6868ca47d00c04e0923fbb7ca2e7482c34ceb.zip
Support running under build variant app ids
Diffstat (limited to 'android/app/src')
-rw-r--r--android/app/src/main/kotlin/net/mullvad/mullvadvpn/di/UiModule.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/app/src/main/kotlin/net/mullvad/mullvadvpn/di/UiModule.kt b/android/app/src/main/kotlin/net/mullvad/mullvadvpn/di/UiModule.kt
index 05e7548b9f..3c4315ecb9 100644
--- a/android/app/src/main/kotlin/net/mullvad/mullvadvpn/di/UiModule.kt
+++ b/android/app/src/main/kotlin/net/mullvad/mullvadvpn/di/UiModule.kt
@@ -89,4 +89,4 @@ val uiModule = module {
}
const val SELF_PACKAGE_NAME = "SELF_PACKAGE_NAME"
-const val APP_PREFERENCES_NAME = "net.mullvad.mullvadvpn.app_preferences"
+const val APP_PREFERENCES_NAME = "${BuildConfig.APPLICATION_ID}.app_preferences"