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
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to