OSDN Git Service

Remove empty MNC filtering when retrieving available subscriptions
authorAntony Sargent <asargent@google.com>
Fri, 26 Apr 2019 20:45:53 +0000 (13:45 -0700)
committerAntony Sargent <asargent@google.com>
Fri, 26 Apr 2019 20:45:53 +0000 (13:45 -0700)
commit972bf437f6ebb6388825c9cb5a3a859e72ede616
tree6eb8c29e388c6aeaa9b190de54a267677854bc70
parentf9fd3b9e17018d7110bf188722d78432cf5d94b2
Remove empty MNC filtering when retrieving available subscriptions

During the early phase of work on DSDS, we found that a hacky solution
to seeing duplicate subscriptions that are part of a logical group (eg
Google Fi) was to filter out the entries with empty MNC strings. It
turns out this breaks things for some legitimate eSIM subsctiptions, and
isn't needed anymore because of the fixes that landed for b/127833821.

Fixes: 130706446
Test: make RunSettingsRoboTests
Change-Id: Ic4472c1de3c3e2449139b3e2ffb20d11a0058e8a
src/com/android/settings/network/SubscriptionUtil.java
tests/robotests/src/com/android/settings/network/SubscriptionUtilTest.java