diff options
| author | 2018-01-19 15:48:37 -0800 | |
|---|---|---|
| committer | 2018-01-19 15:56:33 -0800 | |
| commit | b8deeb6a3d12c8fec72e4b0da73bb53d8a55e54a (patch) | |
| tree | 060bd79f25d3cb892a0dc3abd6985cdc3ab11c91 | |
| parent | 5d94c398eb17ea7e9ae7b834da69e11269b7e9b1 (diff) | |
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
| -rw-r--r-- | packages/SettingsLib/res/values/strings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/SettingsLib/res/values/strings.xml b/packages/SettingsLib/res/values/strings.xml index b13de2ec5ce1..f6541bb92fb4 100644 --- a/packages/SettingsLib/res/values/strings.xml +++ b/packages/SettingsLib/res/values/strings.xml @@ -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> |