[Provider Model] UI wording change

- Update the summary of Ethernet network
  "To switch networks, disconnect ethernet"

- Update the summary of data usage for non-carrier networks
  "Excludes data used by carrier networks"

- Update the title of Network preferences
  "Network preferences"

- Screenshot:
  https://screenshot.googleplex.com/62URXVwUJbSXKko
  https://screenshot.googleplex.com/AeZDG2HmkmUkeHd

Bug: 178473018
Bug: 178474159
Bug: 178886957
Test: manual test
Change-Id: Id9ed11ed5cc2db329556bf64a13f21999dcdb151
This commit is contained in:
Weng Su
2021-02-18 18:22:19 +08:00
parent 6c70707655
commit 64cf59bad3
3 changed files with 4 additions and 6 deletions

View File

@@ -257,7 +257,7 @@ public class ProviderModelSlice extends WifiSlice {
}
return rowBuilder
.setTitle(mContext.getText(R.string.ethernet))
.setSubtitle(mContext.getText(R.string.cannot_switch_networks_while_connected));
.setSubtitle(mContext.getText(R.string.to_switch_networks_disconnect_ethernet));
}
/**