diff options
author | Assam Boudjelthia <[email protected]> | 2023-10-20 14:32:39 +0300 |
---|---|---|
committer | Qt Cherry-pick Bot <[email protected]> | 2023-11-05 10:43:42 +0000 |
commit | e2b415bd25adfeb1366e4b8a431b325f711547a1 (patch) | |
tree | f1a55110a8e5197b5e17cda338b6147c5844b139 /tests/manual | |
parent | b2046af1e69967fa2335fc358739e578413685ed (diff) |
Android: remove unneeded allowNativeHeapPointerTagging manifest flag
Amends b0907db9eae4b85fcab4fa997428c438d9443ee0.
Task-number: QTBUG-91150
Change-Id: Ic7886a9fc69781e4f21417075516106ccb6c7bf5
Reviewed-by: Fabian Kosmale <[email protected]>
(cherry picked from commit 028a31b50574f8e850d4c67c2892f7ed22a073bb)
Reviewed-by: Qt Cherry-pick Bot <[email protected]>
(cherry picked from commit 1cf9392adda61a471da6c881c1aeb11dcbc56cdf)
Diffstat (limited to 'tests/manual')
-rw-r--r-- | tests/manual/examples/corelib/permissions/android/AndroidManifest.xml | 1 | ||||
-rw-r--r-- | tests/manual/permissions/android/AndroidManifest.xml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/manual/examples/corelib/permissions/android/AndroidManifest.xml b/tests/manual/examples/corelib/permissions/android/AndroidManifest.xml index 557ec8007e1..44ed54390a9 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 557ec8007e1..44ed54390a9 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 |