A HarmonyOS user downloads and installs a new app that has declared some non-sensitive permissions in the config.json file, and the app may involve some sensitive permissions during operation.
Which of the following is correct in this scenario?
- For sensitive permissions that may be involved in the operation of the application, the authorization method is system authorization (system_grant)
- For the non-sensitive permissions declared by the application in the config.json file, the application will be dynamically applied for during use
- Non-sensitive permissions declared by the app in the config.json file are automatically granted when the user installs the app
- For the non-sensitive permissions declared by the app in the config.json file, the authorization method is user authorization (user_grant).
Reveal Solution Next Question