Commit 743ca456 authored by Christian Strømme's avatar Christian Strømme Committed by The Qt Project
Browse files

Update the AndroidManifest


The old AndroidManifest included the splash screen resource that was
removed in commit 4d08d80be60af14c5daed7c6f8d37538aea6c429@qtbase

Task-number: QTBUG-37523

Change-Id: I42dab93e2654f3fc47bb715f7cfdf21169aa8f11
Reviewed-by: default avatarEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
parent ca43fcb3
Branches
Tags v5.3.0-beta1
No related merge requests found
Showing with 3 additions and 1 deletion
......@@ -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>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment