Support basic clients count on Android 9-10

This commit is contained in:
Mygod
2021-05-28 22:41:25 -04:00
parent 0796c689d3
commit 257e4497cc
4 changed files with 14 additions and 1 deletions

View File

@@ -66,6 +66,9 @@
<plurals name="tethering_manage_wifi_capabilities">
<item quantity="other">已连接 %1$s/%2$d 个设备\n支持功能%3$s</item>
</plurals>
<plurals name="tethering_manage_wifi_clients">
<item quantity="other">已连接 %d 个设备</item>
</plurals>
<string name="tethering_manage_wifi_no_features"></string>
<string name="tethering_manage_wifi_client_blocked">已屏蔽 %1$s%2$s</string>
<string name="tethering_manage_wifi_copy_mac">复制 MAC</string>