зеркало из https://github.com/mozilla/gecko-dev.git
Bug 902769 - Part 1: Patch. r=vicamo
This commit is contained in:
Родитель
bd04de3d30
Коммит
15e8125026
|
@ -1292,7 +1292,7 @@ let RIL = {
|
|||
*/
|
||||
setICCFacilityLock: function setICCFacilityLock(options) {
|
||||
Buf.newParcel(REQUEST_SET_FACILITY_LOCK, options);
|
||||
Buf.writeUint32(RILQUIRKS_V5_LEGACY ? 3 : 4);
|
||||
Buf.writeUint32(RILQUIRKS_V5_LEGACY ? 4 : 5);
|
||||
Buf.writeString(options.facility);
|
||||
Buf.writeString(options.enabled ? "1" : "0");
|
||||
Buf.writeString(options.password);
|
||||
|
|
Загрузка…
Ссылка в новой задаче