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

Commit fb722181 authored by The Android Open Source Project's avatar The Android Open Source Project Committed by Automerger Merge Worker
Browse files

DO NOT MERGE - Merge RP1A.201005.006 am: d22b05cc

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

Change-Id: I97ea905b0f4f334e0b58ab1d86aadea17eea971d
parents 5d6f7769 d22b05cc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -226,6 +226,7 @@ public class SapServer extends Thread implements Callback {
                mContext.getString(R.string.bluetooth_sap_notif_title),
                NotificationManager.IMPORTANCE_HIGH);
        notificationManager.createNotificationChannel(notificationChannel);
        flags |= PendingIntent.FLAG_IMMUTABLE;
        if (VERBOSE) {
            Log.i(TAG, "setNotification type: " + type);
        }