diff --git a/api/@ohos.enterprise.browser.d.ts b/api/@ohos.enterprise.browser.d.ts index af976c912..4cc9b0245 100644 --- a/api/@ohos.enterprise.browser.d.ts +++ b/api/@ohos.enterprise.browser.d.ts @@ -75,8 +75,6 @@ declare namespace browser { * @param { string } appId - id of the bundle that need to set policies. * @param { AsyncCallback } callback - the callback carries the browser policies returned by the getPolicies. * @throws { BusinessError } 9200001 - the application is not an administrator of the device. - * @throws { BusinessError } 9200002 - the administrator application does not have permission to manage the device. - * @throws { BusinessError } 201 - the application does not have permission to call this function. * @throws { BusinessError } 202 - not system application. * @throws { BusinessError } 401 - invalid input parameter. * @syscap SystemCapability.Customization.EnterpriseDeviceManager @@ -94,8 +92,6 @@ declare namespace browser { * @param { string } appId - id of the bundle that need to set policies. * @returns { Promise } the promise carries the browser policies returned by the getPolicies. * @throws { BusinessError } 9200001 - the application is not an administrator of the device. - * @throws { BusinessError } 9200002 - the administrator application does not have permission to manage the device. - * @throws { BusinessError } 201 - the application does not have permission to call this function. * @throws { BusinessError } 202 - not system application. * @throws { BusinessError } 401 - invalid input parameter. * @syscap SystemCapability.Customization.EnterpriseDeviceManager