Merge "OPP: Prevent sending intent while orientation change"
am: f32fa0b5f6
Change-Id: Id576b0cda560d565d86d6369b7552801cac7b0cd
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index eb636e0..07996ac 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -432,6 +432,7 @@
<activity android:name=".bluetooth.DevicePickerActivity"
android:label="@string/device_picker"
+ android:configChanges="orientation|keyboardHidden|screenSize"
android:clearTaskOnLaunch="true">
<intent-filter>
<action android:name="android.bluetooth.devicepicker.action.LAUNCH" />