Merge change 5962 into donut

* changes:
  SimRecords.getServiceProviderName() always returned null.
This commit is contained in:
Android (Google) Code Review
2009-07-01 14:12:10 -07:00

View File

@@ -92,7 +92,6 @@ public final class SIMRecords extends IccRecords {
byte[] mEfCfis = null;
String spn;
int spnDisplayCondition;
// Numeric network codes listed in TS 51.011 EF[SPDI]
ArrayList<String> spdiNetworks = null;