Change provider model slice's wording

Bug: 176457592
Test: Build pass and manual test(review UI wording)
Change-Id: I66361cc6830aea96c55cdef737a9c5c3b8bd1b47
This commit is contained in:
SongFerngWang
2020-12-30 21:36:08 +08:00
parent b6a5141953
commit 114b6c496e
2 changed files with 15 additions and 9 deletions

View File

@@ -244,7 +244,8 @@ public class ProviderModelSliceHelper {
//TODO: get radio technology.
String networkType = "";
if (isDataSimActive()) {
summary = mContext.getString(R.string.mobile_data_connection_active, networkType);
summary = mContext.getString(R.string.preference_summary_default_combination,
mContext.getString(R.string.mobile_data_connection_active), networkType);
} else if (!isMobileDataEnabled()) {
summary = mContext.getString(R.string.mobile_data_off_summary);
}