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

Commit 09c540b8 authored by Shaowei Shen's avatar Shaowei Shen Committed by Automerger Merge Worker
Browse files

Merge "[Output Switcher] Update current device string based on product" into tm-dev am: 2b3a67a7

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17181724

Change-Id: Ia5d5a39d5a7ec8ffef5739f506eecd1b13a3ec3e
parents 3066d1a4 2b3a67a7
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1344,7 +1344,9 @@
    <string name="notice_header" translatable="false"></string>

    <!-- Name of the phone device. [CHAR LIMIT=30] -->
    <string name="media_transfer_this_device_name">This phone</string>
    <string name="media_transfer_this_device_name" product="default">This phone</string>
    <!-- Name of the tablet device. [CHAR LIMIT=30] -->
    <string name="media_transfer_this_device_name" product="tablet">This tablet</string>
    <!-- Name of the phone device with an active remote session. [CHAR LIMIT=30] -->
    <string name="media_transfer_this_phone">This phone</string>