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

Commit 8597d2bb authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Merge cherrypicks of [14606009] into sc-d1-release

Change-Id: Ieab4cf544ea86846d0d4ce60424d624f01c77a62
parents bd79d773 fea65bf5
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -11470,9 +11470,11 @@ public class Intent implements Parcelable, Cloneable {
        if (mAction != null && mAction.startsWith("android.bluetooth.")
                && hasExtra(BluetoothDevice.EXTRA_DEVICE)) {
            final BluetoothDevice device = getParcelableExtra(BluetoothDevice.EXTRA_DEVICE);
            if (device != null) {
                device.prepareToEnterProcess(source);
            }
        }
    }

    /** @hide */
    public boolean hasWebURI() {