Merge "OPP: Prevent sending intent while orientation change"

This commit is contained in:
Treehugger Robot
2018-02-13 20:43:24 +00:00
committed by Gerrit Code Review

View File

@@ -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" />