Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 's in sensor descriptions #4706

Merged
merged 1 commit into from
Oct 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions common/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -575,10 +575,10 @@
<string name="sensor_description_app_inactive">Whether the app is currently considered inactive by the system</string>
<string name="sensor_description_app_memory">Total used and available memory for the app</string>
<string name="sensor_description_app_rx_gb">App Rx GB since last device reboot</string>
<string name="sensor_description_app_standby">The apps current standby bucket. Standby buckets determine how much an app will be restricted from running background tasks such as jobs and alarms.</string>
<string name="sensor_description_app_standby">The app\'s current standby bucket. Standby buckets determine how much an app will be restricted from running background tasks such as jobs and alarms.</string>
<string name="sensor_description_app_tx_gb">App Tx GB since last device reboot</string>
<string name="sensor_description_audio_mode">The state of the devices audio mode</string>
<string name="sensor_description_audio_sensor">The state of the devices ringer mode</string>
<string name="sensor_description_audio_mode">The state of the device\'s audio mode</string>
<string name="sensor_description_audio_sensor">The state of the device\'s ringer mode</string>
<string name="sensor_description_battery_health">The health of the battery</string>
<string name="sensor_description_battery_level">The current battery level of the device</string>
<string name="sensor_description_battery_state">The current charging state of the battery</string>
Expand All @@ -596,13 +596,13 @@
<string name="sensor_description_charging">Whether the device is actively charging</string>
<string name="sensor_description_current_time_zone">The current time zone the device is in</string>
<string name="sensor_description_current_version">The current installed application version</string>
<string name="sensor_description_detected_activity">The current activity type as computed by Googles Activity Recognition API</string>
<string name="sensor_description_detected_activity">The current activity type as computed by Google\'s Activity Recognition API</string>
<string name="sensor_description_device_locked">Whether the device is currently locked and requires a PIN, pattern or password to unlock</string>
<string name="sensor_description_device_secure">Whether the device is secured with a PIN, pattern or password</string>
<string name="sensor_description_dnd_sensor">The current state of Do Not Disturb</string>
<string name="sensor_description_doze">Whether the device is in Doze mode</string>
<string name="sensor_description_external_storage">Information about the total and available storage space externally</string>
<string name="sensor_description_geocoded_location">Calculated address based on GPS data using Googles Location API. The minimum accuracy setting determines if a location update is accurate enough to be updated, the default is 200 meters. A setting also exists to send a sensor update anytime the location sensors update, by default this off.</string>
<string name="sensor_description_geocoded_location">Calculated address based on GPS data using Google\'s Location API. The minimum accuracy setting determines if a location update is accurate enough to be updated, the default is 200 meters. A setting also exists to send a sensor update anytime the location sensors update, by default this off.</string>
<string name="sensor_description_headphone">Whether headphones are plugged into the device</string>
<string name="sensor_description_headset_mounted">Whether the headset is currently in use</string>
<string name="sensor_description_high_accuracy_mode">Whether high accuracy mode is active on the device</string>
Expand All @@ -613,7 +613,7 @@
<string name="sensor_description_keyguard_locked">Whether the keyguard is currently locked</string>
<string name="sensor_description_keyguard_secure">Whether the keyguard is secured by a PIN, pattern or password or a SIM card is currently locked</string>
<string name="sensor_description_last_notification">The details of the last notification. You must set up an allow list or explicitly allow all notifications to be sent.\n\nNote: Sending all notification data will result in heavy battery usage.</string>
<string name="sensor_description_last_reboot">The date and time of the devices last reboot. The setting below will allow you to adjust the deadband in milliseconds, if you still find the value to jump incorrectly. The default value is 60000 (1 minute).</string>
<string name="sensor_description_last_reboot">The date and time of the device\'s last reboot. The setting below will allow you to adjust the deadband in milliseconds, if you still find the value to jump incorrectly. The default value is 60000 (1 minute).</string>
<string name="sensor_description_last_removed_notification">The details of the last removed notification. This can be any notification either cleared by the user or removed by an application. You must set up an allow list or explicitly allow all notifications to be sent.\n\nNote: Sending all notification data will result in heavy battery usage.</string>
<string name="sensor_description_last_update">The intent action for the last update that was sent, periodic updates will show as \"SensorWorker\".\n\nEnabling the \"Add New Intent\" toggle will create 1 setting to allow you to register for a intent action. The toggle will switch back to off once a new setting is created so you will need to turn it back on to save more intent actions. You can also clear out the setting value to remove the setting in the next update.\n\nIf you are not receiving all intents then you will need to add categories that the intent expects. To do this you will need to add each category after the intent separated by a \",\" repeating until there are no more categories. For example an intent with 2 categories will be: \"intent,category1,category2\" as the setting value.\n\nYou must restart the application after making changes to these settings to take effect.</string>
<string name="sensor_description_light_sensor">The current level of illuminance</string>
Expand Down