diff options
author | d34d <clark@cyngn.com> | 2016-02-19 13:09:07 -0800 |
---|---|---|
committer | Clark Scheff <clark@cyngn.com> | 2016-02-22 09:06:50 -0800 |
commit | 28585cd4e5901acf59fe9c150cddf87bbfe34a58 (patch) | |
tree | 9b7b365df516f3e2ecf1a467aff9f499cf9a0499 /packages/SystemUI/res | |
parent | fadfc45d2348e126df95ff4643f057ccc9c3f453 (diff) | |
download | frameworks_base-28585cd4e5901acf59fe9c150cddf87bbfe34a58.zip frameworks_base-28585cd4e5901acf59fe9c150cddf87bbfe34a58.tar.gz frameworks_base-28585cd4e5901acf59fe9c150cddf87bbfe34a58.tar.bz2 |
QS: Show # of clients connected to hotspot
Since we no longer post a notification showing that the wifi hotspot
is on and the # of connected clients, we now show the # of clients
connected in the label of the hotspot QS tile.
Change-Id: I9ed37b96db9b5b4320a7260524f69733ea70d030
Diffstat (limited to 'packages/SystemUI/res')
-rw-r--r-- | packages/SystemUI/res/values/cm_strings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/cm_strings.xml b/packages/SystemUI/res/values/cm_strings.xml index cd76ef7..30547f6 100644 --- a/packages/SystemUI/res/values/cm_strings.xml +++ b/packages/SystemUI/res/values/cm_strings.xml @@ -252,4 +252,10 @@ <!-- Notification which notifies user flashlight is enabled --> <string name="quick_settings_tile_flashlight_not_title">Flashlight is on</string> <string name="quick_settings_tile_flashlight_not_summary">Tap to turn off</string> + + <!-- Wi-Fi hotspot label when enabled --> + <plurals name="wifi_hotspot_connected_clients_label"> + <item quantity="one">%1$d client</item> + <item quantity="other">%1$d clients</item> + </plurals> </resources> |