OpenHarmony applications declare what permissions they require in their OpenHarmony App module. This page explains how to manage permissions for an OpenHarmony application. For a list of the possible permissions, refer to module.requestPermissions.
You can use one of the following methods to modify the OpenHarmony App module file and manage permissions:
Note: Depending on the Player Settings and Tuanjie APIs that the application uses, Tuanjie automatically adds some required permissions to the Tuanjie Library module. For more information, refer to Tuanjie-handled permissions.
To have complete control over which permissions are in the final OpenHarmony App module file, export the project and edit the OpenHarmony App module in Deveco Studio.
For more information, refer to Edit the OpenHarmony App module in Deveco Studio.