Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qt3dxr-permissions.qdoc
Go to the documentation of this file.
1// Copyright (C) 2024 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial
3
4/*!
5 \title Android Manifests and \qxr features
6 \brief Permissions needed by \qxr on certain headsets.
7 \page qt3dxr-permissions.html
8 //!TODO
9 //!Briefly discusses how \qxr knows where to find the manifest file and where the user
10 //!needs to look for it to manually add the permissions for the features they want to use.
11 //!Unfortunately, there is no good link to a table of what permissions the Meta OpenXR SDK
12 //!uses, but we could link to the feature page for each type that uses it.
13 \section1 Meta Quest 3
14
15 See \l{https://developer.oculus.com/documentation/native/android/mobile-native-manifest/}{Meta's Manifest docs}
16 for details about what is needed for every app targeting a Meta platform.
17 The following table details what is needed by specific \qxr features.
18 \table
19 \header \li QML Type \li Android Manifest Entry Needed
20 \row \li \li
21 \row \li \li
22 \row \li \li
23 \row \li \li
24 \endtable
25
26*/