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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user