Skip to content

Commit

Permalink
Update sensor description for rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
dshokouhi committed Sep 13, 2024
1 parent 7d6840b commit 9f9ca16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,7 @@
<string name="sensor_name_screen_orientation">Screen orientation</string>
<string name="sensor_description_screen_orientation">Overall orientation of the screen</string>
<string name="sensor_name_screen_rotation">Screen rotation</string>
<string name="sensor_description_screen_rotation">The rotation of the screen from its \"natural\" orientation</string>
<string name="sensor_description_screen_rotation">The rotation of the screen from its \"natural\" orientation. If the device has multiple displays the state will be for the default display. Attributes will exist for additional detected displays with the display name and its rotation angle.</string>
<string name="sensor_name_is_face_down">Is face down</string>
<string name="sensor_description_is_face_down">If the device screen is facing down at the ground</string>
</resources>

0 comments on commit 9f9ca16

Please sign in to comment.