commit | e87146405316dd22350c563aa2534d9bc4190b5a | [log] [tgz] |
---|---|---|
author | Youming Ye <paulye@google.com> | Fri Nov 09 01:00:35 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Nov 09 01:00:35 2018 +0000 |
tree | a21146e27d43ac6445f533a8135204cbbc3dc8eb | |
parent | bd57f94a4cca8150c658f76e635ad937f3aec2cc [diff] | |
parent | 8d1eee08f76e64a728be6f046e8d73fb957c594f [diff] |
Merge "Fix issue that read-only apns can be edited"
diff --git a/src/com/android/settings/wifi/calling/WifiCallingSettingsForSub.java b/src/com/android/settings/wifi/calling/WifiCallingSettingsForSub.java index 15137cc..00f4758 100644 --- a/src/com/android/settings/wifi/calling/WifiCallingSettingsForSub.java +++ b/src/com/android/settings/wifi/calling/WifiCallingSettingsForSub.java
@@ -398,6 +398,7 @@ // Build and return intent Intent intent = new Intent(); intent.setComponent(componentName); + intent.putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, mSubId); return intent; }