Add note about fullscreen on Android to changes-5.2.0

Task-number: QTBUG-33135
Change-Id: I49c74fee0da738768a20735c4aac904f40322298
Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
This commit is contained in:
Eskil Abrahamsen Blomfeldt 2013-11-05 10:05:05 +01:00 committed by The Qt Project
parent f78661b03c
commit f0841085e7

5
dist/changes-5.2.0 vendored
View File

@ -161,3 +161,8 @@ Qt for Android
build files for the APK package should not be touched. Customizing
the build files is possible. Read the documentation for androiddeployqt
for more information.
- Status bar visibility is now controlled by Qt, so the window state will
override settings in the AndroidManifest.xml. The default is still to
show the status bar (QWindow::showMaximized()). Use
QWindow::showFullScreen() to hide it.