diff --git a/en/application-dev/reference/apis/js-apis-useriam-userauth.md b/en/application-dev/reference/apis/js-apis-useriam-userauth.md index 7995105b1e76c2317796e13123d4ec1f7cefc5ca..76bc5b8588b679ca8be61d67f8ada6741c6ad60e 100644 --- a/en/application-dev/reference/apis/js-apis-useriam-userauth.md +++ b/en/application-dev/reference/apis/js-apis-useriam-userauth.md @@ -139,7 +139,7 @@ on : (name : AuthEventKey, callback : AuthEvent) => void Subscribes to the user authentication events of the specified type. > **NOTE**
-> This API is supported since API version 9 and deprecated since API version 10. +> This API is supported since API version 9. > **NOTE**
> Use the [AuthInstance](#authinstance9) instance obtained to invoke this API to subscribe to events. @@ -330,7 +330,7 @@ Cancels this authentication. > This API is supported since API version 9. > **NOTE**
-> Use the [AuthInstance](#authinstance9) instance obtained to invoke this API. The [AuthInstance](#authinstance9) instance must be the instance being authenticated. +> Use the [AuthInstance](#authinstance9) instance obtained to invoke this API. The [AuthInstance](#authinstance9) instance must be the one being authenticated. **Required permissions**: ohos.permission.ACCESS_BIOMETRIC diff --git a/en/application-dev/security/permission-list.md b/en/application-dev/security/permission-list.md index 302d4cd84cc962f429ddd0a1b198abda92db21a1..b4d16204bec9af567d6ff26753ccaae16192f2da 100644 --- a/en/application-dev/security/permission-list.md +++ b/en/application-dev/security/permission-list.md @@ -1004,7 +1004,7 @@ Allows a system application to obtain Wi-Fi parameters. ## ohos.permission.SET_WIFI_INFO -Allows an application to set Wi-Fi devices. +Allows an application to set a Wi-Fi device. **Permission level**: normal @@ -1280,7 +1280,7 @@ Allows a device administrator application to set the screen-off time. ## ohos.permission.ENTERPRISE_INSTALL_BUNDLE -Allows a device administrator application to install and uninstall bundles. +Allows a device administrator application to install and uninstall applications. **Permission level**: system_core @@ -2508,7 +2508,7 @@ Allows an application to manage the upload sessions. ## ohos.permission.PREPARE_APP_TERMINATE -Allows an application to perform customized pre-termination actions before being terminated. +Allows an application to perform customized actions before being terminated. **Permission level**: normal @@ -2590,18 +2590,6 @@ Allows an application to access OpenHarmony Security Detection and Response Fram **Start version**: 10 -## ohos.permission.SUPPORT_USER_AUTH - -Allows an application to interact with the user authentication framework and register ExtensionAbilities. - -**Permission level**: system_basic - -**Authorization mode**: system_grant - -**Enable ACL**: FALSE - -**Start version**: 10 - ## ohos.permission.ACCESS_BUNDLE_DIR Allows an application to access the installation directory of another application.