[Settings] Unable to display disabled SIM (part 2)

1. Disabled SIMs are accessed through getAvailableSubscriptionInfoList()
API.
2. Support of DSDS enable/disable runtime change intent detection
3. Add support for AutoCloseable

Bug: 144172733
Test: Manual
Change-Id: Ibce65c854aee2ae07ca94cbdd4bd2ce656f5f2c8
This commit is contained in:
Bonian Chen
2019-12-13 22:19:04 +08:00
parent 3b85a17840
commit c5f3951970
3 changed files with 33 additions and 17 deletions

View File

@@ -101,7 +101,7 @@ public class ActiveSubsciptionsListenerTest {
@After
public void cleanUp() {
mListener.stop();
mListener.close();
}
private class ActiveSubsciptionsListenerImpl extends ActiveSubsciptionsListener {