mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
Improve permission texts.
This commit is contained in:
@@ -23,17 +23,17 @@
|
||||
<string name="debug_debuglog_record_action">Record debug log</string>
|
||||
|
||||
<string name="permission_bluetooth_connect_label">Bluetooth connect</string>
|
||||
<string name="permission_bluetooth_connect_description">This permission is required to connect and interact with paired Bluetooth devices.</string>
|
||||
<string name="permission_bluetooth_connect_description">This app requires the \"Bluetooth connect\" permission to interact with paired devices and initiate connections.</string>
|
||||
<string name="permission_bluetooth_scan_label">Bluetooth scanning</string>
|
||||
<string name="permission_bluetooth_scan_description">The Bluetooth scanning permissions allows apps to discover and receive Bluetooth data from nearby devices.</string>
|
||||
<string name="permission_bluetooth_scan_description">The \"Bluetooth scanning\" permission allows this app to discover and receive Bluetooth data from nearby devices such as your AirPods.</string>
|
||||
<string name="permission_bluetooth_label">Bluetooth</string>
|
||||
<string name="permission_bluetooth_description">Allows applications to connect to paired bluetooth devices.</string>
|
||||
<string name="permission_bluetooth_description">This app requires the \"Bluetooth\" to connect to paired bluetooth devices.</string>
|
||||
<string name="permission_access_fine_location_label">Access fine location</string>
|
||||
<string name="permission_access_fine_location_description">The "fine location" permission is required to receive Bluetooth Low Energy data. This app will never access your location! But data from known devices (e.g. AirTags), could be used to determine your location, this is why access to Bluetooth data is guarded by a location permission.</string>
|
||||
<string name="permission_access_fine_location_description">This app requires the \"fine location\" permission to receive Bluetooth Low Energy data. This app will not determine your location, but data Bluetooth data could technically be used to determine your location, this is why access is guarded by a location permission.</string>
|
||||
<string name="permission_background_location_label">Background location access</string>
|
||||
<string name="permission_background_location_description">Background location access is required to receive Bluetooth data while the app is in the background. This app will never access your location! The permission is called "location" because Bluetooth technology can also be used to determine your location.</string>
|
||||
<string name="permission_background_location_description">This app requires \"background location access\" to enable the \"Show popup\" and \"AutoConnect\" feature. It enables the app to react to Bluetooth data while it is in the background. This app will not determine your location. The permission is called \"location\" because Bluetooth technology can be used to determine your location.</string>
|
||||
<string name="permission_ignore_battery_optimizations_label">Disable battery optimizations</string>
|
||||
<string name="permission_ignore_battery_optimizations_description">Battery optimizations can prevent CAPod from receiving Bluetooth data while the app is in the background.</string>
|
||||
<string name="permission_ignore_battery_optimizations_description">Battery optimizations prevent this app on some Android devices from receiving Bluetooth data while the app is in the background.</string>
|
||||
|
||||
<string name="pods_single_basic_status_short">Headphones: %1$s</string>
|
||||
<string name="pods_single_headphones_label">Headphones</string>
|
||||
|
||||
Reference in New Issue
Block a user