Update auto_rotate_summary string for different product

Bug: 279769863
Test: presubmit
Change-Id: I98ceddc54bf5ea27cf862e96fe6358b3b885db0b
This commit is contained in:
Edgar Wang
2023-05-03 17:44:42 +08:00
parent 361ed50185
commit e416e27543
2 changed files with 6 additions and 2 deletions

View File

@@ -721,4 +721,10 @@
<string name="lockscreen_trivial_controls_summary" product="default">Without unlocking your phone</string>
<!-- Description for using device controls feature with a locked tablet [CHAR LIMIT=NONE] -->
<string name="lockscreen_trivial_controls_summary" product="tabled">Without unlocking your tablet</string>
<!-- Accessibility summary text for auto rotate [CHAR LIMIT=NONE] -->
<string name="auto_rotate_summary_a11y" product="default">When you move your phone between portrait and landscape</string>
<!-- Accessibility summary text for auto rotate [CHAR LIMIT=NONE] -->
<string name="auto_rotate_summary_a11y" product="tabled">When you move your tablet between portrait and landscape</string>
</resources>