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

Commit d544ea5d authored by Yahav Nussbaum's avatar Yahav Nussbaum
Browse files

Powered off finding string for tablets

Bug: 328397305
Flag: NONE Move string from res to res-product
Test: atest ShutdownUiTest
Change-Id: Ia73c904cf86f2b553de7b28216e00848f4b41127
parent e4f50b0b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -179,6 +179,8 @@
    <!-- Text informing the user that their media is now playing on this tablet device. [CHAR LIMIT=50] -->
    <string name="media_transfer_playing_this_device" product="tablet">Playing on this tablet</string>


    <!-- Message shown during shutdown when Find My Device with Dead Battery Finder is active  [CHAR LIMIT=300] -->
    <string name="finder_active" product="default">You can locate this phone with Find My Device even when powered off</string>
    <string name="finder_active" product="tablet">You can locate this tablet with Find My Device even when powered off</string>

</resources>
+0 −2
Original line number Diff line number Diff line
@@ -2382,8 +2382,6 @@
    <!-- Tuner string -->
    <!-- Tuner string -->

    <!-- Message shown during shutdown when Find My Device with Dead Battery Finder is active  [CHAR LIMIT=300] -->
    <string name="finder_active">You can locate this phone with Find My Device even when powered off</string>
    <!-- Shutdown Progress Dialog. This is shown if the user chooses to power off the phone. [CHAR LIMIT=60] -->
    <string name="shutdown_progress">Shutting down\u2026</string>