[Interest] Android Qt 6.6 -> 6.7 - Android Manifest - extract style - allowNativeHeapPointerTagging
ekke
ekke at ekkes-corner.org
Tue Apr 16 10:18:48 CEST 2024
I always create android templates to check what was changed with default
Manifest between Qt versions to see if something in my customer projects
must be changed.
Android Manifest Qt 6.7:
there is no entry
'android.app.extract_android_style'
In the past for QQC2 this should be set to android:value="minimal"
Without an entry it's set to default.
Has there anything changed or is it still recommended to set "minimal" ?
And there's another difference:
Manifest in 6.6 contained:
'android:allowNativeHeapPointerTagging="false"'
Manifest in 6.7 is missing this property, so it's true (default).
*what is recommended ? *
Is it safe without 'extract_android_style' and
'android:allowNativeHeapPointerTagging="false"'
all done with Qt 6.7 and QtC 13
thx for any info
ekke
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20240416/c8c96e48/attachment.htm>
More information about the Interest
mailing list