Loading src/java/com/android/internal/telephony/dataconnection/AccessNetworksManager.java +5 −1 Original line number Diff line number Diff line Loading @@ -211,8 +211,12 @@ public class AccessNetworksManager { phone.getContext().registerReceiverAsUser(mConfigChangedReceiver, UserHandle.ALL, intentFilter, null, null); // Only binds to qualified network service in AP-assisted mode. For legacy mode, // qualified networks service is not needed. if (phone.getTransportManager() != null && !phone.getTransportManager().isInLegacyMode()) { bindQualifiedNetworksService(); } } /** * Find the qualified network service from configuration and binds to it. It reads the Loading Loading
src/java/com/android/internal/telephony/dataconnection/AccessNetworksManager.java +5 −1 Original line number Diff line number Diff line Loading @@ -211,8 +211,12 @@ public class AccessNetworksManager { phone.getContext().registerReceiverAsUser(mConfigChangedReceiver, UserHandle.ALL, intentFilter, null, null); // Only binds to qualified network service in AP-assisted mode. For legacy mode, // qualified networks service is not needed. if (phone.getTransportManager() != null && !phone.getTransportManager().isInLegacyMode()) { bindQualifiedNetworksService(); } } /** * Find the qualified network service from configuration and binds to it. It reads the Loading