Distinction between settings

This commit is contained in:
2026-05-14 20:22:58 +02:00
parent 5417b4e739
commit 887e6de3e4
14 changed files with 126 additions and 31 deletions
+2 -1
View File
@@ -903,7 +903,7 @@
<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 grant-able. 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="setLocationServiceCapital">Set location service</string>
<string name="writeSecureSettingsNotice">Unfortunately the permission WRITE_SECURE_SETTINGS cannot be given directly on your Android device. Instead you need to connect your device to a computer and grant the permission via ADB. Click here to find out how to grant it: https://server47.de/automation/adb_hack.php</string>
<string name="writeSecureSettingsNotice">If you choose Global or Secure as target you will need to grant the permission WRITE_SECURE_SETTINGS. Unfortunately this one cannot be given directly on your Android device. Instead, you need to connect your device to a computer and grant the permission via ADB. Click here to find out how to grant it: <a href="https://server47.de/automation/adb_hack.php">https://server47.de/automation/adb_hack.php</a></string>
<string name="actionSetLocationService">Location service</string>
<string name="LOCATION_MODE_SENSOR_ONLY" translatable="false">SENSOR_ONLY</string>
<string name="LOCATION_MODE_BATTERY_SAVING" translatable="false">BATTERY_SAVING</string>
@@ -978,4 +978,5 @@
<string name="setSystemSettingCapital">Set system setting</string>
<string name="examplesWriteSecureSettings">I do not keep a list of possible settings. Please find those settings on your own. See <a href="https://developer.android.com/reference/android/provider/Settings.Secure">here</a> for some (incomplete) examples.</string>
<string name="httpParametersExplanation">If any parameter name starts with %1$s while method is POST, it will not be transmitted like the other parameters (with key=value), but transferred as main data. If the parameter ends with %2$s, no encoding will be performed.</string>
<string name="target">Target</string>
</resources>