Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 68b48089 authored by Hu Wang's avatar Hu Wang Committed by Gerrit - the friendly Code Review server
Browse files

Settings:Fix BT stop searching after rotating screen.

BT will stop searching when rotate screen because activity is
destroyed.
Add attribute to ignore this behavior.

CRs-Fixed: 752275

Change-Id: I3f76ebbfd8c79b46d1586a9e5e38cdec1d4b0d1b
parent b6fb7822
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -360,6 +360,7 @@
        <activity android:name=".bluetooth.DevicePickerActivity"
                android:theme="@style/Theme.SubSettingsDialogWhenLarge"
                android:label="@string/device_picker"
                android:configChanges="orientation|keyboardHidden|screenSize"
                android:clearTaskOnLaunch="true">
            <intent-filter>
                <action android:name="android.bluetooth.devicepicker.action.LAUNCH" />