From fa1b4095f5d7580c6f8e014dd79ad31a63e252d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20K=C3=B6ster?= Date: Fri, 12 May 2017 21:34:43 +0200 Subject: [PATCH] launchMode needs to be set on launchMode is not a valid property on the element, see https://developer.android.com/guide/topics/manifest/application-element.html It must be set on the activity instead, see https://developer.android.com/guide/topics/manifest/activity-element.html --- docs/installation-android.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation-android.md b/docs/installation-android.md index f1555ec1..b98c46b1 100644 --- a/docs/installation-android.md +++ b/docs/installation-android.md @@ -73,9 +73,9 @@ Add permissions: ``` -Set app [launch mode](https://inthecheesefactory.com/blog/understand-android-activity-launchmode/en) inside application props: +Set app [launch mode](https://inthecheesefactory.com/blog/understand-android-activity-launchmode/en) inside activity props: ```xml -