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

Commit ea358dd7 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Revert value of BluetoothDevice.ACTION_ALIAS_CHANGED back to...

Merge "Revert value of BluetoothDevice.ACTION_ALIAS_CHANGED back to android.bluetooth.device.action.ALIAS_CHANGED from android.bluetooth.action.ALIAS_CHANGED" am: 2d616e08

Change-Id: Ib585b2b8831e12ba8231704a99a47ceaf0da0e8e
parents 43d12875 2d616e08
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -23,6 +23,7 @@ import android.annotation.Nullable;
import android.annotation.RequiresPermission;
import android.annotation.RequiresPermission;
import android.annotation.SdkConstant;
import android.annotation.SdkConstant;
import android.annotation.SdkConstant.SdkConstantType;
import android.annotation.SdkConstant.SdkConstantType;
import android.annotation.SuppressLint;
import android.annotation.SystemApi;
import android.annotation.SystemApi;
import android.compat.annotation.UnsupportedAppUsage;
import android.compat.annotation.UnsupportedAppUsage;
import android.content.Context;
import android.content.Context;
@@ -179,9 +180,10 @@ public final class BluetoothDevice implements Parcelable {
     * <p>Always contains the extra field {@link #EXTRA_DEVICE}.
     * <p>Always contains the extra field {@link #EXTRA_DEVICE}.
     * <p>Requires {@link android.Manifest.permission#BLUETOOTH} to receive.
     * <p>Requires {@link android.Manifest.permission#BLUETOOTH} to receive.
     */
     */
    @SuppressLint("ActionValue")
    @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
    @SdkConstant(SdkConstantType.BROADCAST_INTENT_ACTION)
    public static final String ACTION_ALIAS_CHANGED =
    public static final String ACTION_ALIAS_CHANGED =
            "android.bluetooth.action.ALIAS_CHANGED";
            "android.bluetooth.device.action.ALIAS_CHANGED";


    /**
    /**
     * Broadcast Action: Indicates a change in the bond state of a remote
     * Broadcast Action: Indicates a change in the bond state of a remote