diff --git a/src/corelib/kernel/qpermissions.cpp b/src/corelib/kernel/qpermissions.cpp index cc1f6bd60a6..6ee4715e72f 100644 --- a/src/corelib/kernel/qpermissions.cpp +++ b/src/corelib/kernel/qpermissions.cpp @@ -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.