未验证 提交 57bae67f 编写于 作者: O openharmony_ci 提交者: Gitee

!12038 修改js docs

Merge pull request !12038 from dingxiaochen/monthly_20221018
...@@ -907,6 +907,7 @@ Sends a cell location update request. This API uses an asynchronous callback to ...@@ -907,6 +907,7 @@ Sends a cell location update request. This API uses an asynchronous callback to
**System API**: This is a system API. **System API**: This is a system API.
**Required permissions**: ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION
**System capability**: SystemCapability.Telephony.CoreService **System capability**: SystemCapability.Telephony.CoreService
**Parameters** **Parameters**
...@@ -931,6 +932,7 @@ Sends a cell location update request for the SIM card in the specified slot. Thi ...@@ -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. **System API**: This is a system API.
**Required permissions**: ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION
**System capability**: SystemCapability.Telephony.CoreService **System capability**: SystemCapability.Telephony.CoreService
**Parameters** **Parameters**
...@@ -957,6 +959,7 @@ Sends a cell location update request for the SIM card in the specified slot.This ...@@ -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. **System API**: This is a system API.
**Required permissions**: ohos.permission.LOCATION and ohos.permission.APPROXIMATELY_LOCATION
**System capability**: SystemCapability.Telephony.CoreService **System capability**: SystemCapability.Telephony.CoreService
**Parameters** **Parameters**
...@@ -991,7 +994,7 @@ Obtains cell information. This API uses an asynchronous callback to return the r ...@@ -991,7 +994,7 @@ Obtains cell information. This API uses an asynchronous callback to return the r
**System API**: This is a system API. **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 **System capability**: SystemCapability.Telephony.CoreService
...@@ -1018,7 +1021,7 @@ Obtains cell information for the SIM card in the specified slot. This API uses a ...@@ -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. **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 **System capability**: SystemCapability.Telephony.CoreService
...@@ -1047,7 +1050,7 @@ Obtains cell information for the SIM card in the specified slot. This API uses a ...@@ -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. **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 **System capability**: SystemCapability.Telephony.CoreService
......
...@@ -1011,7 +1011,7 @@ getCellInformation(callback: AsyncCallback<Array<CellInformation\>>): void ...@@ -1011,7 +1011,7 @@ getCellInformation(callback: AsyncCallback<Array<CellInformation\>>): void
此接口为系统接口。 此接口为系统接口。
**需要权限**:ohos.permission.LOCATION **需要权限**:ohos.permission.LOCATION 和 ohos.permission.APPROXIMATELY_LOCATION
**系统能力**:SystemCapability.Telephony.CoreService **系统能力**:SystemCapability.Telephony.CoreService
...@@ -1038,7 +1038,7 @@ getCellInformation(slotId: number, callback: AsyncCallback<Array<CellInformation ...@@ -1038,7 +1038,7 @@ getCellInformation(slotId: number, callback: AsyncCallback<Array<CellInformation
此接口为系统接口。 此接口为系统接口。
**需要权限**:ohos.permission.LOCATION **需要权限**:ohos.permission.LOCATION 和 ohos.permission.APPROXIMATELY_LOCATION
**系统能力**:SystemCapability.Telephony.CoreService **系统能力**:SystemCapability.Telephony.CoreService
...@@ -1067,7 +1067,7 @@ getCellInformation(slotId?: number): Promise<Array<CellInformation\>\> ...@@ -1067,7 +1067,7 @@ getCellInformation(slotId?: number): Promise<Array<CellInformation\>\>
此接口为系统接口。 此接口为系统接口。
**需要权限**:ohos.permission.LOCATION **需要权限**:ohos.permission.LOCATION 和 ohos.permission.APPROXIMATELY_LOCATION
**系统能力**:SystemCapability.Telephony.CoreService **系统能力**:SystemCapability.Telephony.CoreService
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册