Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 78a76395 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Allow summary string support both mobile and tablet devices" into...

Merge "Allow summary string support both mobile and tablet devices" into tm-qpr-dev am: 97985b62 am: 41e66952

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/19926604



Change-Id: I15b121ec17862bff4e7dd66c3ae3785a5e6dc550
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents bf363adb 41e66952
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2840,7 +2840,9 @@
    <!-- SmartAutoRotatePreferenceFragment settings screen, face-based rotation switch label [CHAR LIMIT=30] -->
    <string name="auto_rotate_switch_face_based">Face Detection</string>
    <!-- Preference summary to enable auto rotate[CHAR_LIMIT=NONE]-->
    <string name="auto_rotate_screen_summary">Automatically adjust the screen orientation when you move your phone between portrait and landscape</string>
    <string name="auto_rotate_screen_summary" product="default">Automatically adjust the screen orientation when you move your phone between portrait and landscape</string>
    <!-- Preference summary to enable auto rotate[CHAR_LIMIT=NONE]-->
    <string name="auto_rotate_screen_summary" product="tablet">Automatically adjust the screen orientation when you move your tablet between portrait and landscape</string>
    <!-- Accessibility description for auto rotate learn more link [CHAR LIMIT=NONE] -->
    <string name="auto_rotate_link_a11y">Learn more about auto-rotate</string>
    <!-- Accessibility summary text for auto rotate [CHAR LIMIT=60] -->