diff --git a/en/application-dev/reference/apis/js-apis-radio.md b/en/application-dev/reference/apis/js-apis-radio.md index 26d35ffeca4fe9c60ae46d8a8794fe46cb3d1748..13b6f34148a778f2c8379650ba3b3a62e46a96e6 100644 --- a/en/application-dev/reference/apis/js-apis-radio.md +++ b/en/application-dev/reference/apis/js-apis-radio.md @@ -907,6 +907,7 @@ Sends a cell location update request. This API uses an asynchronous callback to **System API**: This is a system API. +**Required permissions**: ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION **System capability**: SystemCapability.Telephony.CoreService **Parameters** @@ -931,6 +932,7 @@ Sends a cell location update request for the SIM card in the specified slot. Thi **System API**: This is a system API. +**Required permissions**: ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION **System capability**: SystemCapability.Telephony.CoreService **Parameters** @@ -957,6 +959,7 @@ Sends a cell location update request for the SIM card in the specified slot.This **System API**: This is a system API. +**Required permissions**: ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION **System capability**: SystemCapability.Telephony.CoreService **Parameters** @@ -991,7 +994,7 @@ Obtains cell information. This API uses an asynchronous callback to return the r **System API**: This is a system API. -**Required permissions**: ohos.permission.LOCATION +**Required permissions**: ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION **System capability**: SystemCapability.Telephony.CoreService @@ -1018,7 +1021,7 @@ Obtains cell information for the SIM card in the specified slot. This API uses a **System API**: This is a system API. -**Required permissions**: ohos.permission.LOCATION +**Required permissions**: ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION **System capability**: SystemCapability.Telephony.CoreService @@ -1047,7 +1050,7 @@ Obtains cell information for the SIM card in the specified slot. This API uses a **System API**: This is a system API. -**Required permissions**: ohos.permission.LOCATION +**Required permissions**: ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION **System capability**: SystemCapability.Telephony.CoreService diff --git a/zh-cn/application-dev/reference/apis/js-apis-radio.md b/zh-cn/application-dev/reference/apis/js-apis-radio.md index c69f86e8f16c0f27b0d790c16dd044abbefd9832..46dc1d6b61ee4e97892c17c03ebba4f0853e9fa4 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-radio.md +++ b/zh-cn/application-dev/reference/apis/js-apis-radio.md @@ -1011,7 +1011,7 @@ getCellInformation(callback: AsyncCallback>): void 此接口为系统接口。 -**需要权限**:ohos.permission.LOCATION +**需要权限**:ohos.permission.LOCATION 和 ohos.permission.APPROXIMATELY_LOCATION **系统能力**:SystemCapability.Telephony.CoreService @@ -1038,7 +1038,7 @@ getCellInformation(slotId: number, callback: AsyncCallback\> 此接口为系统接口。 -**需要权限**:ohos.permission.LOCATION +**需要权限**:ohos.permission.LOCATION 和 ohos.permission.APPROXIMATELY_LOCATION **系统能力**:SystemCapability.Telephony.CoreService