From b9da012cc400edbbcd2c0d682984a4255b00fbe5 Mon Sep 17 00:00:00 2001 From: Greyson Parrelli Date: Wed, 13 Nov 2019 10:28:18 -0500 Subject: [PATCH] Fix media send issues on Android 4.4. Before lollipop, Android would ignore activity results for activities launched with singleTask. So I switched to singleTop, since that should still solve the problem of double-activity-opens without running into this issue. Fixes #9149 --- AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 27e9b842c9..c72188f6f9 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -299,7 +299,7 @@