summaryrefslogtreecommitdiffstats
path: root/src/android/java/AndroidManifest.xml
diff options
context:
space:
mode:
authorBogDan Vatra <bogdan@kde.org>2014-02-21 16:08:06 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-21 15:50:52 +0100
commit4d08d80be60af14c5daed7c6f8d37538aea6c429 (patch)
treeb770deebb1ed9abff1e6b5c8e5dfd6f2dd226d2e /src/android/java/AndroidManifest.xml
parent5e05c230af6b53d4323d3d8a445c5af1b1ba546a (diff)
Rework the splash screen for Android.
Allow the developers to define a splash screen which will be visible until the first window is created. [ChangeLog][Android] Allow the developers to define a splash screen which will be visible until the first window is created. Task-number: QTBUG-30652 Change-Id: I5da80be417ffffb03e66009f45745d4b387d2912 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Diffstat (limited to 'src/android/java/AndroidManifest.xml')
-rw-r--r--src/android/java/AndroidManifest.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/android/java/AndroidManifest.xml b/src/android/java/AndroidManifest.xml
index defbe502ef..3a2a52b874 100644
--- a/src/android/java/AndroidManifest.xml
+++ b/src/android/java/AndroidManifest.xml
@@ -29,8 +29,11 @@
<meta-data android:value="@string/ministro_needed_msg" android:name="android.app.ministro_needed_msg"/>
<meta-data android:value="@string/fatal_error_msg" android:name="android.app.fatal_error_msg"/>
<!-- Messages maps -->
+
<!-- Splash screen -->
- <meta-data android:name="android.app.splash_screen" android:resource="@layout/splash"/>
+ <!--
+ <meta-data android:name="android.app.splash_screen_drawable" android:resource="@drawable/logo"/>
+ -->
<!-- Splash screen -->
</activity>
</application>