summaryrefslogtreecommitdiffhomepage
path: root/android/BuildInstructions.md
diff options
context:
space:
mode:
authorAlbin <albin@mullvad.net>2023-06-14 10:57:05 +0200
committerAlbin <albin@mullvad.net>2023-06-14 10:57:05 +0200
commit91c72bda875d2e32c653bfb0a82ff2a7ce6c4aff (patch)
tree94dfadb6a3b424dc72ee0f6628339a08f309c4eb /android/BuildInstructions.md
parent28069e86a364aa7f8e7fad51924ad3e0345e13d3 (diff)
parentf523cdd4e2c7b23f79c9dab3882cb345f851b0c6 (diff)
downloadmullvadvpn-91c72bda875d2e32c653bfb0a82ff2a7ce6c4aff.tar.xz
mullvadvpn-91c72bda875d2e32c653bfb0a82ff2a7ce6c4aff.zip
Merge branch 'add-option-to-disable-in-app-version-notifications'
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
+```