Android: add note about using qt_add_android_permission()

Pick-to: 6.9
Change-Id: Ie8d48ce1460b6f7fe4023f204be8fd2511cabe4d
Reviewed-by: Juha Vuolle <juha.vuolle@qt.io>
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
Assam Boudjelthia 2025-01-30 15:02:49 +02:00
parent 40e18c7c7e
commit 91d86e4f7a

View File

@ -118,7 +118,8 @@ Q_LOGGING_CATEGORY(lcPermissions, "qt.permissions", QtWarningMsg);
To ensure the relevant permission backend is included with your
application, please \l {QT_ANDROID_PACKAGE_SOURCE_DIR}
{point the build system to your custom \c AndroidManifest.xml}.
{point the build system to your custom \c AndroidManifest.xml}
or use \l {qt_add_android_permission()}.
The relevant permission names are described in the documentation
for each permission type.