From f0841085e771f3915995af20b8473ebde992689f Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Tue, 5 Nov 2013 10:05:05 +0100 Subject: Add note about fullscreen on Android to changes-5.2.0 Task-number: QTBUG-33135 Change-Id: I49c74fee0da738768a20735c4aac904f40322298 Reviewed-by: Sergio Ahumada --- dist/changes-5.2.0 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dist/changes-5.2.0') diff --git a/dist/changes-5.2.0 b/dist/changes-5.2.0 index 2536076f12..ae0d785aab 100644 --- a/dist/changes-5.2.0 +++ b/dist/changes-5.2.0 @@ -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. -- cgit v1.2.3