We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a17520 + 1157e1a commit e87c71fCopy full SHA for e87c71f
1 file changed
telephony/java/com/android/internal/telephony/gsm/GsmDataConnectionTracker.java
@@ -157,6 +157,8 @@ protected void onActionIntentReconnectAlarm(Intent intent) {
157
158
if (dcac != null) {
159
for (ApnContext apnContext : dcac.getApnListSync()) {
160
+ apnContext.setDataConnectionAc(null);
161
+ apnContext.setDataConnection(null);
162
apnContext.setReason(reason);
163
if (apnContext.getState() == State.FAILED) {
164
apnContext.setState(State.IDLE);
0 commit comments