From c9c20baea0b82f3f8ff8728fda9a6eddc260ae0b Mon Sep 17 00:00:00 2001 From: Shankari Date: Tue, 25 May 2021 17:18:29 -0700 Subject: [PATCH] Add the required keywords to the "prominent disclosure" Concretely, ensure that we notify that: - we track location in the background, even when the app is closed - we use it to generate a trip log With this wording, emTripLog was accepted into the store https://github.com/e-mission/e-mission-docs/issues/611#issuecomment-845157465 --- www/templates/intro/sensor_explanation.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/www/templates/intro/sensor_explanation.html b/www/templates/intro/sensor_explanation.html index 90725fae2..08b943769 100644 --- a/www/templates/intro/sensor_explanation.html +++ b/www/templates/intro/sensor_explanation.html @@ -6,9 +6,10 @@ We will now ask you for permissions to access the following sensors.

Location

-We need this permission in order to track your location and determine your travel -patterns. Since you are running {{platform}} {{osver}}, when prompted, -{{locationPermExplanation}}. +We need this permission in order to track your location in the background, even +when the app is closed. We use this location data to automatically generate a +trip log that is displayed to you for annotation. Since you are running +{{platform}} {{osver}}, when prompted, {{locationPermExplanation}}.

Notifications