Document use of android:allowNativeHeapPointerTagging in the manifest
Document the tag for more clarity on why it's needed, and for what platforms. Pick-to: 6.2 6.3 Task-number: QTBUG-97009 Task-number: QTBUG-91150 Change-Id: Ie4522fb582583be07270d3cdbf83992897b51669 Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io>
This commit is contained in:
parent
42aa0028b7
commit
1956ca7d70
@ -52,6 +52,10 @@
|
|||||||
\externalpage https://developer.android.com/training/app-links/verify-site-associations
|
\externalpage https://developer.android.com/training/app-links/verify-site-associations
|
||||||
\title Android: Verify Android App Links
|
\title Android: Verify Android App Links
|
||||||
*/
|
*/
|
||||||
|
/*!
|
||||||
|
\externalpage https://source.android.com/devices/tech/debug/tagged-pointers
|
||||||
|
\title Android: Tagged Pointers
|
||||||
|
*/
|
||||||
/*!
|
/*!
|
||||||
\externalpage https://developer.apple.com/documentation/uikit/uiapplication/1622952-canopenurl
|
\externalpage https://developer.apple.com/documentation/uikit/uiapplication/1622952-canopenurl
|
||||||
\title iOS: canOpenURL:
|
\title iOS: canOpenURL:
|
||||||
|
@ -108,6 +108,13 @@ Qt sets the following manifest configuration by default:
|
|||||||
\row
|
\row
|
||||||
\li android:requestLegacyExternalStorage
|
\li android:requestLegacyExternalStorage
|
||||||
\li Whether to use Android scoped storage. Default \c true.
|
\li Whether to use Android scoped storage. Default \c true.
|
||||||
|
\row
|
||||||
|
\li android:allowNativeHeapPointerTagging
|
||||||
|
\li Whether or not the app has the Heap pointer tagging feature enabled.
|
||||||
|
This has to be set to \c false when targeting Arm64 hardware with Android 11+
|
||||||
|
because it can break QML's NaN-tagging scheme.
|
||||||
|
For more information, see \l {Android: Tagged Pointers}{Tagged Pointers}.
|
||||||
|
The default value is \c false.
|
||||||
\row
|
\row
|
||||||
\li {1, 6} \l {Android: App Manifest <activity>}{<activity>}
|
\li {1, 6} \l {Android: App Manifest <activity>}{<activity>}
|
||||||
\li android:name
|
\li android:name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user