From 09dde8718bd3f7a6bb3e5269a82c6e8c4028403c Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Mon, 9 May 2016 09:31:34 -0700 Subject: [PATCH] Change the Android activity launch mode to singleTop (#3792) --- dev/benchmarks/complex_layout/android/AndroidManifest.xml | 2 +- dev/manual_tests/android/AndroidManifest.xml | 2 +- examples/hello_android/app/src/main/AndroidManifest.xml | 2 +- examples/hello_world/android/AndroidManifest.xml | 2 +- examples/layers/android/AndroidManifest.xml | 2 +- examples/material_gallery/android/AndroidManifest.xml | 2 +- examples/stocks/android/AndroidManifest.xml | 2 +- .../templates/create/android/AndroidManifest.xml.tmpl | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev/benchmarks/complex_layout/android/AndroidManifest.xml b/dev/benchmarks/complex_layout/android/AndroidManifest.xml index 794a13f5d7e..62938bc9d82 100644 --- a/dev/benchmarks/complex_layout/android/AndroidManifest.xml +++ b/dev/benchmarks/complex_layout/android/AndroidManifest.xml @@ -8,7 +8,7 @@ - + diff --git a/examples/hello_android/app/src/main/AndroidManifest.xml b/examples/hello_android/app/src/main/AndroidManifest.xml index c36839439db..d4201599712 100644 --- a/examples/hello_android/app/src/main/AndroidManifest.xml +++ b/examples/hello_android/app/src/main/AndroidManifest.xml @@ -11,7 +11,7 @@ - + diff --git a/examples/layers/android/AndroidManifest.xml b/examples/layers/android/AndroidManifest.xml index e81d6863a6f..9f51c5e6bc9 100644 --- a/examples/layers/android/AndroidManifest.xml +++ b/examples/layers/android/AndroidManifest.xml @@ -9,7 +9,7 @@ - + diff --git a/examples/material_gallery/android/AndroidManifest.xml b/examples/material_gallery/android/AndroidManifest.xml index 951c123523c..3e7f58dcd1f 100644 --- a/examples/material_gallery/android/AndroidManifest.xml +++ b/examples/material_gallery/android/AndroidManifest.xml @@ -9,7 +9,7 @@ - + diff --git a/examples/stocks/android/AndroidManifest.xml b/examples/stocks/android/AndroidManifest.xml index 9f86c788c40..563b51544e8 100644 --- a/examples/stocks/android/AndroidManifest.xml +++ b/examples/stocks/android/AndroidManifest.xml @@ -11,7 +11,7 @@ diff --git a/packages/flutter_tools/templates/create/android/AndroidManifest.xml.tmpl b/packages/flutter_tools/templates/create/android/AndroidManifest.xml.tmpl index 3cc48551422..73812c9d10b 100644 --- a/packages/flutter_tools/templates/create/android/AndroidManifest.xml.tmpl +++ b/packages/flutter_tools/templates/create/android/AndroidManifest.xml.tmpl @@ -8,7 +8,7 @@