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

Commit 3862cf4b authored by Hu Wang's avatar Hu Wang Committed by Linux Build Service Account
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: 963818,752275

Change-Id: I3f76ebbfd8c79b46d1586a9e5e38cdec1d4b0d1b
parent 597749fa
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -451,6 +451,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" />