summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/android/templates/AndroidManifest.xml1
-rw-r--r--src/android/templates/doc/src/android-manifest-file-configuration.qdoc7
-rw-r--r--tests/manual/examples/corelib/permissions/android/AndroidManifest.xml1
-rw-r--r--tests/manual/permissions/android/AndroidManifest.xml1
4 files changed, 0 insertions, 10 deletions
diff --git a/src/android/templates/AndroidManifest.xml b/src/android/templates/AndroidManifest.xml
index 8f91863719..39f685234b 100644
--- a/src/android/templates/AndroidManifest.xml
+++ b/src/android/templates/AndroidManifest.xml
@@ -16,7 +16,6 @@
android:hardwareAccelerated="true"
android:label="-- %%INSERT_APP_NAME%% --"
android:requestLegacyExternalStorage="true"
- android:allowNativeHeapPointerTagging="false"
android:allowBackup="true"
android:fullBackupOnly="false">
<activity
diff --git a/src/android/templates/doc/src/android-manifest-file-configuration.qdoc b/src/android/templates/doc/src/android-manifest-file-configuration.qdoc
index 8b54536a33..f44617a95d 100644
--- a/src/android/templates/doc/src/android-manifest-file-configuration.qdoc
+++ b/src/android/templates/doc/src/android-manifest-file-configuration.qdoc
@@ -82,13 +82,6 @@ Qt sets the following manifest configuration by default:
\li android:requestLegacyExternalStorage
\li Whether to use Android scoped storage. The default value is \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
\li android:allowBackup
\li Whether to allow the application to participate in the backup and restore
infrastructure. If this is set to \c false, no backup or restore of the
diff --git a/tests/manual/examples/corelib/permissions/android/AndroidManifest.xml b/tests/manual/examples/corelib/permissions/android/AndroidManifest.xml
index 557ec8007e..44ed54390a 100644
--- a/tests/manual/examples/corelib/permissions/android/AndroidManifest.xml
+++ b/tests/manual/examples/corelib/permissions/android/AndroidManifest.xml
@@ -26,7 +26,6 @@
android:hardwareAccelerated="true"
android:label="-- %%INSERT_APP_NAME%% --"
android:requestLegacyExternalStorage="true"
- android:allowNativeHeapPointerTagging="false"
android:allowBackup="true"
android:fullBackupOnly="false">
<activity
diff --git a/tests/manual/permissions/android/AndroidManifest.xml b/tests/manual/permissions/android/AndroidManifest.xml
index 557ec8007e..44ed54390a 100644
--- a/tests/manual/permissions/android/AndroidManifest.xml
+++ b/tests/manual/permissions/android/AndroidManifest.xml
@@ -26,7 +26,6 @@
android:hardwareAccelerated="true"
android:label="-- %%INSERT_APP_NAME%% --"
android:requestLegacyExternalStorage="true"
- android:allowNativeHeapPointerTagging="false"
android:allowBackup="true"
android:fullBackupOnly="false">
<activity