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

Commit 9cca6ab4 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "GATT: Add SuppressLint to avoid conflicts" am: 99977775

Original change: https://android-review.googlesource.com/c/platform/packages/apps/Bluetooth/+/1717073

Change-Id: I7ede8b0b2a5106df4e215e5d5d4557d670350ad9
parents 1fec0468 99977775
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ package com.android.bluetooth.gatt;
import static android.content.pm.PackageManager.PERMISSION_GRANTED;

import android.annotation.Nullable;
import android.annotation.SuppressLint;
import android.app.AppOpsManager;
import android.app.PendingIntent;
import android.app.Service;