Android: add note about using qt_add_android_permission()

Change-Id: Ie8d48ce1460b6f7fe4023f204be8fd2511cabe4d
Reviewed-by: Juha Vuolle <juha.vuolle@qt.io>
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
(cherry picked from commit 91d86e4f7a58cc2f3071234e42848928a4aea45c)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Assam Boudjelthia 2025-01-30 15:02:49 +02:00 committed by Qt Cherry-pick Bot
parent e48aac4ec6
commit f3c839ecc4

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.