SystemUI: Fix 5G icon not shown issue.
After removing sbu2's sim card, UI not show 5G icon when ui mask request to show 5G. SubscriptionManager.getPhoneId() return incorrect phone id when sub2's sim is removed. To get correct phone id,use SubscriptionInfo.getSimSlotIndex() instead of SubscriptionManager.getPhoneId() Change-Id: Iaccc77556ca886b0d3a409c72a152ae24ace2564 CRs-Fixed: 2472860
Loading
Please sign in to comment