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

Commit b8deeb6a authored by jackqdyulei's avatar jackqdyulei
Browse files

Add string for number of hotspot connected devices

Add it in settingslib so both systemui and settings could use it.

Bug: 3485717
Test: Build
Change-Id: I692d923f1881440c16612779c0a9fe56ac491029
parent 5d94c398
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1015,4 +1015,10 @@
    <!-- About phone, status item value if the actual value is not available. -->
    <string name="status_unavailable">Unavailable</string>

    <!-- Summary to show how many devices are connected in wifi hotspot [CHAR LIMIT=NONE] -->
    <plurals name="wifi_tether_connected_summary">
        <item quantity="one">%1$d device connected</item>
        <item quantity="other">%1$d devices connected</item>
    </plurals>

</resources>