Merge "Don't show hidden Cellular subscription in Settings."

This commit is contained in:
Xiangyu/Malcolm Chen
2019-01-16 22:00:50 +00:00
committed by Android (Google) Code Review
19 changed files with 34 additions and 26 deletions

View File

@@ -147,7 +147,7 @@ public class WifiCallingSettings extends InstrumentedFragment implements HelpRes
}
private void updateSubList() {
mSil = SubscriptionManager.from(getActivity()).getActiveSubscriptionInfoList();
mSil = SubscriptionManager.from(getActivity()).getActiveSubscriptionInfoList(true);
// Only config Wfc if it's enabled by platform.
if (mSil == null) {