-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
- which explains which permissions we need - why we need them, and - which prompt to select
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -245,17 +245,28 @@ | |
} | ||
}, | ||
|
||
"intro": { | ||
"permissions": { | ||
"locationPermExplanation-android-lt-6": "you accepted the permission during installation. You don't need to do anything now.", | ||
"locationPermExplanation-android-gte-6": "please select 'allow'", | ||
"locationPermExplanation-ios-lt-13": "please select 'Always allow'. This allows us to protect you even when you are not actively using the app", | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
shankari
Author
Contributor
|
||
"locationPermExplanation-ios-gte-13": "please select 'when in use' now. After a few days, you will be asked whether you want to give the app background permission. Please say 'Always Allow' at that time. This allows us to protect you even when you are not actively using the app" | ||
This comment has been minimized.
Sorry, something went wrong.
asiripanich
Member
|
||
} | ||
}, | ||
"consent":{ | ||
"button-accept": "I accept", | ||
"button-decline": "I refuse" | ||
}, | ||
|
||
"updatecheck":{ | ||
"downloading-update": "Downloading UI-only update", | ||
"extracting-update": "Extracting UI-only update", | ||
"done": "Update done, reloading...", | ||
"download-new-ui": "Download new UI-only update?.", | ||
"download-not-now": "Not now", | ||
"download-apply": "Apply" | ||
}, | ||
"sensor_explanation":{ | ||
"button-accept": "OK", | ||
"button-decline": "Stop" | ||
} | ||
} |
@shankari protect -> detect?