Make NetworkSettings and NetworkQueryService multi-sim aware.
Bug: 20558723
Change-Id: I3c276a881d1c5061d55b9d13d81c0d102fe0992c
diff --git a/src/com/android/phone/NotificationMgr.java b/src/com/android/phone/NotificationMgr.java
index 885b797..c579fe0 100644
--- a/src/com/android/phone/NotificationMgr.java
+++ b/src/com/android/phone/NotificationMgr.java
@@ -573,6 +573,7 @@
// Use NetworkSetting to handle the selection intent
intent.setComponent(new ComponentName("com.android.phone",
"com.android.phone.NetworkSetting"));
+ intent.putExtra(GsmUmtsOptions.EXTRA_SUB_ID, mPhone.getSubId());
PendingIntent contentIntent = PendingIntent.getActivity(mContext, 0, intent, 0);
List<UserInfo> users = mUserManager.getUsers(true);