未验证 提交 8ef2f161 编写于 作者: O openharmony_ci 提交者: Gitee

!2559 开发文档修改

Merge pull request !2559 from lichenchen/release
......@@ -757,7 +757,7 @@ getAllAccessibleAccounts(callback: AsyncCallback<Array<AppAccountInfo>&
获取全部应用已授权帐号信息。
需要权限:ohos.permission.GET_ACCOUNTS_PRIVILEGED,系统应用可用。
需要权限:ohos.permission.GET_ALL_APP_ACCOUNTS,系统应用可用。
- 参数:
......@@ -781,7 +781,7 @@ getAllAccessibleAccounts(): Promise<Array<AppAccountInfo>>;
获取全部应用已授权帐号信息。
需要权限:ohos.permission.GET_ACCOUNTS_PRIVILEGED,系统应用可用。
需要权限:ohos.permission.GET_ALL_APP_ACCOUNTS,系统应用可用。
- 参数:
......@@ -806,7 +806,7 @@ getAllAccounts(owner: string, callback: AsyncCallback<Array<AppAccountInfo
获取指定应用全部帐号信息。
需要权限:ohos.permission.GET_ACCOUNTS_PRIVILEGED,系统应用可用。
需要权限:ohos.permission.GET_ALL_APP_ACCOUNTS,系统应用可用。
- 参数:
......@@ -832,7 +832,7 @@ getAllAccounts(owner: string): Promise<Array<AppAccountInfo>>;
获取指定应用全部帐号信息。
需要权限:ohos.permission.GET_ACCOUNTS_PRIVILEGED,系统应用可用。
需要权限:ohos.permission.GET_ALL_APP_ACCOUNTS,系统应用可用。
- 参数:
......
......@@ -1562,8 +1562,8 @@ off(type: 'activate' | 'activating', name: string, callback?: Callback<number
| constraint.control.apps | 禁止在设置或启动模块中修改应用程序 |
| constraint.physical.media | 禁止装载物理外部介质 |
| constraint.microphone | 禁止使用麦克风 |
| constraint.microphone.unmute | 禁止调整麦克风音量 |
| constraint.volume.adjust | 禁止调整主卷 |
| constraint.microphone.unmute | 禁止取消麦克风静音 |
| constraint.volume.adjust | 禁止调整音量 |
| constraint.calls.outgoing | 禁止拨打外呼电话 |
| constraint.sms.use | 禁止发送或接收短信 |
| constraint.fun | 禁止享受乐趣 |
......@@ -1581,7 +1581,7 @@ off(type: 'activate' | 'activating', name: string, callback?: Callback<number
| constraint.os.account.set.icon | 禁止修改用户头像 |
| constraint.wallpaper.set | 禁止设置壁纸 |
| constraint.oem.unlock | 禁止启用oem解锁 |
| constraint.device.unmute | 禁止对设备的主卷静音 |
| constraint.device.unmute | 禁止取消设备静音 |
| constraint.password.unified | 禁止托管配置文件与主用户进行统一锁屏质询 |
| constraint.autofill | 禁止使用自动填充服务 |
| constraint.content.capture | 禁止捕获用户屏幕 |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册