Set location service

This commit is contained in:
2023-12-19 23:52:28 +01:00
parent a8646ef61d
commit 2219164869
11 changed files with 274 additions and 7 deletions

View File

@ -898,4 +898,12 @@
<string name="accessibilityApiPermissionHint">After clicking OK you\'ll be sent to a system dialog. Please select Automation there and allow "Allow accessibility API".</string>
<string name="accessibility_service_explanation">Required for certain actions.</string>
<string name="noticeRestrictedPermissions">If you fail to grant one the following permission and a system message like \"Restricted permission\" you need to go to Android settings first, then applications, choose Automation. Now there should be 3 dots in the upper right corner. Click \"Allow restricted settings\". After that the necessary permission should be grantable. This should only apply to the APK version of the app, not the ones from F-Droid or Play Store.</string>
<string name="setLocationService">Set location service</string>
<string name="actionSetLocationServiceOn">turn location service on</string>
<string name="actionSetLocationServiceOff">turn location service off</string>
<string name="writeSecureSettingsNotice">This permission cannot be requested on your Android device. Instead you need to connect your device to a computer and grant the permission via ADB.</string>
<string name="actionSetLocationService">Location service</string>
<string name="LOCATION_MODE_SENSOR_ONLY">SENSOR_ONLY</string>
<string name="LOCATION_MODE_BATTERY_SAVING">BATTERY_SAVING</string>
<string name="LOCATION_MODE_HIGH_ACCURACY">HIGH_ACCURACY</string>
</resources>