summaryrefslogtreecommitdiffhomepage
path: root/android/BuildInstructions.md
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2022-12-14 11:47:48 +0100
committerAlbin <albin@mullvad.net>2023-06-14 10:56:19 +0200
commitf523cdd4e2c7b23f79c9dab3882cb345f851b0c6 (patch)
tree94dfadb6a3b424dc72ee0f6628339a08f309c4eb /android/BuildInstructions.md
parent3b55040731942ec083e62bddc09b1670a66f9a47 (diff)
downloadmullvadvpn-f523cdd4e2c7b23f79c9dab3882cb345f851b0c6.tar.xz
mullvadvpn-f523cdd4e2c7b23f79c9dab3882cb345f851b0c6.zip
Add option to disable version notifications
For example, set the following in local.properties: ENABLE_IN_APP_VERSION_NOTIFICATIONS=false
Diffstat (limited to 'android/BuildInstructions.md')
-rw-r--r--android/BuildInstructions.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/android/BuildInstructions.md b/android/BuildInstructions.md
index c07c4ef438..177b6937a5 100644
--- a/android/BuildInstructions.md
+++ b/android/BuildInstructions.md
@@ -242,3 +242,10 @@ To avoid or override the rust based version generation, the `OVERRIDE_VERSION_CO
OVERRIDE_VERSION_CODE=123
OVERRIDE_VERSION_NAME=1.2.3
```
+
+### Disable version in-app notifications
+To disable in-app notifications related to the app version during development or testing,
+the `ENABLE_IN_APP_VERSION_NOTIFICATIONS` property can be set in `local.properties`:
+```
+ENABLE_IN_APP_VERSION_NOTIFICATIONS=false
+```