From 3483fc3638b73e77a5116524a56802b2dd82d6bb Mon Sep 17 00:00:00 2001 From: Hemant Gupta Date: Thu, 1 Feb 2018 19:20:29 +0530 Subject: [PATCH] OPP: Prevent sending intent while orientation change Steps: 1. Take any photo/picture and share it via Bluetooth 2. Before choosing remote device in Device Picker Activity, rotate the device. Expected result: File transfer should complete after selecting the device. Actual result: The dialog "Bluetooth share: File Unknown file not sent" is shown and file sharing fails. Fix: Add configuration related check in manifest to avoid activity restart during orientation change. Test: File transferred successfully after step 2 Fixes: 72715713 Change-Id: I045c2940d3788059c9313e5501a7957608d8879c --- AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index eb636e00a5b..07996ac06a6 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -432,6 +432,7 @@