Loading core/java/android/content/Intent.java +3 −1 Original line number Diff line number Diff line Loading @@ -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() { Loading Loading
core/java/android/content/Intent.java +3 −1 Original line number Diff line number Diff line Loading @@ -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() { Loading