Android: add note on using custom AndroidManifest.xml for permissions

Setting permissions manually require the user to point to the manually
managed AndroidManifest.xml file.

Pick-to: 6.9 6.8
Change-Id: Iae289ad32a12f869a5a0ec0261bc3e771d94a15d
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:01:23 +02:00
parent 5717a4fd4a
commit 40e18c7c7e

View File

@ -116,6 +116,10 @@ Q_LOGGING_CATEGORY(lcPermissions, "qt.permissions", QtWarningMsg);
</manifest>
\endcode
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}.
The relevant permission names are described in the documentation
for each permission type.