aboutsummaryrefslogtreecommitdiffstats
path: root/examples/androidextras/notification/android-sources/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/androidextras/notification/android-sources/AndroidManifest.xml')
-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>