Merge "Add 5G icon in manual network selection."
This commit is contained in:
committed by
Android (Google) Code Review
commit
4214463f5c
@@ -187,6 +187,9 @@ public class NetworkOperatorPreference extends Preference {
|
||||
return mShow4GForLTE
|
||||
? R.drawable.ic_signal_strength_4g : R.drawable.signal_strength_lte;
|
||||
}
|
||||
if (ci instanceof CellInfoNr) {
|
||||
return R.drawable.signal_strength_5g;
|
||||
}
|
||||
return MobileNetworkUtils.NO_CELL_DATA_TYPE_ICON;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user