aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Strømme <christian.stromme@digia.com>2014-03-20 13:34:10 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-20 13:43:28 +0100
commit743ca4560fc99b91044f8ab01941dc89edeb00fa (patch)
tree6d5ef5e8b3b8d27b29dbb966561b1e9c09a5ac79
parentca43fcb3c24e0c9a1686647406c36cb020124fea (diff)
Update the AndroidManifestv5.3.0-beta1
The old AndroidManifest included the splash screen resource that was removed in commit 4d08d80be60af14c5daed7c6f8d37538aea6c429@qtbase Task-number: QTBUG-37523 Change-Id: I42dab93e2654f3fc47bb715f7cfdf21169aa8f11 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-rw-r--r--examples/androidextras/notification/android-sources/AndroidManifest.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/androidextras/notification/android-sources/AndroidManifest.xml b/examples/androidextras/notification/android-sources/AndroidManifest.xml
index ed24656..243c9ef 100644
--- a/examples/androidextras/notification/android-sources/AndroidManifest.xml
+++ b/examples/androidextras/notification/android-sources/AndroidManifest.xml
@@ -30,7 +30,9 @@
<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>