Add icon mapping for NETWORK_TYPE_IWLAN
According to TelephonyManager#getNetworkClass, it seems to be a form of 4g, so give it those icons. Bug: 21338555 Change-Id: I00629572950191f30fd274367e95c3117990f671
This commit is contained in:
@@ -191,6 +191,7 @@ public class MobileSignalController extends SignalController<
|
||||
} else {
|
||||
mNetworkToIconLookup.put(TelephonyManager.NETWORK_TYPE_LTE, TelephonyIcons.LTE);
|
||||
}
|
||||
mNetworkToIconLookup.put(TelephonyManager.NETWORK_TYPE_IWLAN, TelephonyIcons.FOUR_G);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user