commit | 13de53d90b2d4c58f6ab5748c9c1b476680e96f8 | [log] [tgz] |
---|---|---|
author | Jordan Liu <jminjie@google.com> | Tue Feb 26 19:14:28 2019 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Feb 26 19:14:28 2019 +0000 |
tree | 25ae8ae8a3ab23c9c79bdc9a6490fe7e9ef1bada | |
parent | ecd0ddecc3d3f6c3c34580c0b485d3734aef45d8 [diff] | |
parent | a261958e8bcb70bdc50ba811f9279a80890b89fc [diff] |
Merge "Add isRemovable to slot"
diff --git a/src/com/android/phone/PhoneInterfaceManager.java b/src/com/android/phone/PhoneInterfaceManager.java index 5cf3a43..62726b1 100755 --- a/src/com/android/phone/PhoneInterfaceManager.java +++ b/src/com/android/phone/PhoneInterfaceManager.java
@@ -6180,7 +6180,8 @@ cardId, cardState, slot.getPhoneId(), - slot.isExtendedApduSupported()); + slot.isExtendedApduSupported(), + slot.isRemovable()); } return infos; } finally {