Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e76777bf authored by Malcolm Chen's avatar Malcolm Chen
Browse files

Make sure internal components sees hidden subscription.

Bug: 121396526
Test: manual

Change-Id: If1a2e8b496033e3f52c4ef85472cf49e647147c0
parent 99b72401
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ public class MmTelFeatureConnection {
                        Log.w(TAG, "onSubscriptionsChanged: could not find SubscriptionManager.");
                        return;
                    }
                    List<SubscriptionInfo> subInfos = manager.getActiveSubscriptionInfoList();
                    List<SubscriptionInfo> subInfos = manager.getActiveSubscriptionInfoList(false);
                    if (subInfos == null) {
                        subInfos = Collections.emptyList();
                    }