Howto for write_secure_settings linked and translations updated
This commit is contained in:
@ -522,7 +522,7 @@
|
||||
<string name="ok">Ok</string>
|
||||
<string name="disabledFeatures">Disabled features</string>
|
||||
<string name="theFollowingPermissionsHaveBeenDenied">The following permissions have been denied:</string>
|
||||
<string name="permissionsExplanationGeneric">The app is current running in limited mode and has deactivated some features. To fully function it requires permissions. If you want to use all functionality you have to grant the permissions in the following rights dialogues. If you do not certain rules can not be executed. In the following you are given an explanation for the requested permissions. Click "continue", when you are ready to proceed.</string>
|
||||
<string name="permissionsExplanationGeneric">The app is current running in limited mode and has deactivated some features. To fully function it requires permissions. If you want to use all functionality you have to grant the permissions in the following rights dialogues. If you do, not certain rules can not be executed. In the following you are given an explanation for the requested permissions. Click "continue", when you are ready to proceed.</string>
|
||||
<string name="permissionsExplanationSmall">To enable the feature you just tried to use more permissions are required. Click continue to request them.</string>
|
||||
<string name="continueText">continue</string>
|
||||
<string name="rule">Rule</string>
|
||||
@ -560,7 +560,7 @@
|
||||
<string name="android.permission.GET_TASKS">Detect running processes</string>
|
||||
<string name="android.permission.WRITE_SETTINGS">Change device settings</string>
|
||||
<string name="android.permission.RECEIVE_BOOT_COMPLETED">Detect device reboot</string>
|
||||
<string name="android.permission.WRITE_SECURE_SETTINGS">Change device settings</string>
|
||||
<string name="android.permission.WRITE_SECURE_SETTINGS">Change secure device settings</string>
|
||||
<string name="android.permission.BATTERY_STATS">Read battery state</string>
|
||||
<string name="android.permission.CHANGE_BACKGROUND_DATA_SETTING">Change data connection</string>
|
||||
<string name="android.permission.SEND_SMS">Send text messages</string>
|
||||
@ -898,12 +898,10 @@
|
||||
<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="setLocationService">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="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>
|
||||
<string name="LOCATION_MODE_SENSOR_ONLY" translatable="false">SENSOR_ONLY</string>
|
||||
<string name="LOCATION_MODE_BATTERY_SAVING" translatable="false">BATTERY_SAVING</string>
|
||||
<string name="LOCATION_MODE_HIGH_ACCURACY" translatable="false">HIGH_ACCURACY</string>
|
||||
</resources>
|
Reference in New Issue
Block a user