diff options
author | Amit Kumar <amitkma@e.email> | 2021-05-07 00:10:39 +0530 |
---|---|---|
committer | Amit Kumar <amitkma@e.email> | 2021-05-07 00:10:39 +0530 |
commit | ca97c46120b3ce298bfd72bfeb208aa136076ea3 (patch) | |
tree | 75818679866e14510d6b0dcca838be595fd27bb7 /app/src/main/res/values/strings.xml | |
parent | b90ec32e36644fba6eedefd361b1386f21e89bc8 (diff) |
Add mapview to pick location from map
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index ff0cf0a..c0b8348 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -35,4 +35,6 @@ <string name="real_location_mode">Real location mode</string> <string name="random_location_mode">Random location mode</string> <string name="fake_location_mode">Fake location mode</string> + <string name="user_location_permission_explanation">This app needs location permissions in order to show its functionality.</string> + <string name="user_location_permission_not_granted">You didn\'t grant location permission</string> </resources>
\ No newline at end of file |