Loading src/java/com/android/internal/telephony/dataconnection/DcTracker.java +1 −0 Original line number Diff line number Diff line Loading @@ -1453,6 +1453,7 @@ public final class DcTracker extends DcTrackerBase { Intent intent = new Intent(INTENT_RECONNECT_ALARM + "." + apnType); intent.putExtra(INTENT_RECONNECT_ALARM_EXTRA_REASON, apnContext.getReason()); intent.putExtra(INTENT_RECONNECT_ALARM_EXTRA_TYPE, apnType); intent.addFlags(Intent.FLAG_RECEIVER_FOREGROUND); // Get current sub id. int subId = SubscriptionManager.getDefaultDataSubId(); Loading Loading
src/java/com/android/internal/telephony/dataconnection/DcTracker.java +1 −0 Original line number Diff line number Diff line Loading @@ -1453,6 +1453,7 @@ public final class DcTracker extends DcTrackerBase { Intent intent = new Intent(INTENT_RECONNECT_ALARM + "." + apnType); intent.putExtra(INTENT_RECONNECT_ALARM_EXTRA_REASON, apnContext.getReason()); intent.putExtra(INTENT_RECONNECT_ALARM_EXTRA_TYPE, apnType); intent.addFlags(Intent.FLAG_RECEIVER_FOREGROUND); // Get current sub id. int subId = SubscriptionManager.getDefaultDataSubId(); Loading