Bug 771440 - Part 1: GET_IMSI. r=vicamo

This commit is contained in:
Yoshi Huang 2012-07-24 16:13:23 +08:00
parent b83d854023
commit c7ea4d9a1e

View File

@ -1016,7 +1016,8 @@ let RIL = {
}
let token = Buf.newParcel(REQUEST_GET_IMSI);
Buf.writeUint32(1);
Buf.writeString(null);
let appIndex = this.iccStatus.gsmUmtsSubscriptionAppIndex;
Buf.writeString(this.iccStatus.apps[appIndex].aid);
Buf.sendParcel();
},