diff options
| author | David Göransson <david.goransson90@gmail.com> | 2023-10-24 13:41:21 +0200 |
|---|---|---|
| committer | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2023-10-26 10:27:06 +0200 |
| commit | 77637a18267c32110b1de7cba3096318dadb8ea3 (patch) | |
| tree | dae0e44fd3006c3cef2e52df86e753011a2a28cb /android/lib | |
| parent | 7b8db2b43fa800b459d5fc9ea8a2085b96a631d9 (diff) | |
| download | mullvadvpn-77637a18267c32110b1de7cba3096318dadb8ea3.tar.xz mullvadvpn-77637a18267c32110b1de7cba3096318dadb8ea3.zip | |
Update privacy strings
Diffstat (limited to 'android/lib')
| -rw-r--r-- | android/lib/resource/src/main/res/values/strings.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/android/lib/resource/src/main/res/values/strings.xml b/android/lib/resource/src/main/res/values/strings.xml index e878920dd5..683a2c6a8f 100644 --- a/android/lib/resource/src/main/res/values/strings.xml +++ b/android/lib/resource/src/main/res/values/strings.xml @@ -162,7 +162,8 @@ <string name="new_device_notification_message"><![CDATA[Welcome, this device is now called <b>%s</b>. For more details see the info button in Account.]]></string> <string name="agree_and_continue">Agree and continue</string> <string name="privacy_disclaimer_title">Privacy</string> - <string name="privacy_disclaimer_body">To make sure that you have the most secure version and to inform you of any issues with the current version that is running, the app performs version checks automatically. This sends the app version and Android system version to Mullvad servers. Mullvad keeps counters on number of used app versions and Android versions. The data is never stored or used in any way that can identify you.\n\nIf the split tunneling feature is used, then the app queries your system for a list of all installed applications. This list is only retrieved in the split tunneling view. The list of installed applications is never sent from the device.</string> + <string name="privacy_disclaimer_body_first_paragraph">To make sure that you have the most secure version and to inform you of any issues with the current version that is running, the app performs version checks automatically. This sends the app version and Android system version to Mullvad servers. Mullvad keeps counters on number of used app versions and Android versions. The data is never stored or used in any way that can identify you.</string> + <string name="privacy_disclaimer_body_second_paragraph">If the split tunneling feature is used, then the app queries your system for a list of all installed applications. This list is only retrieved in the split tunneling view. The list of installed applications is never sent from the device.</string> <string name="submit_button">Submit</string> <string name="remove_button">Remove</string> <string name="enter_value_placeholder">Enter MTU</string> |
