Details
Description
When you set the target sdk version to 13 or lower, hardware acceleration is turned off by default, but this is still required for Qt, so the default manifest should specify it to true.
The symptom is that orientation change will not work correctly on some device/Android versions unless the flag is turned on.
The code necessary:
<application android:hardwareAccelerated="true" ... >
Attachments
Issue Links
- resulted from
-
QTBUG-32878 Android: Rotation doesn't work
-
- Closed
-