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

Commit 1ff1921a authored by Chienyuan's avatar Chienyuan Committed by Automerger Merge Worker
Browse files

SAP: Ensure pending intent is immutable am: b863303b am: adf0c928 am:...

SAP: Ensure pending intent is immutable am: b863303b am: adf0c928 am: f356e096 am: 4a6331a8 am: 7c4b7e07

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

Change-Id: I9e5328e30c13215b867de158f79d5f58c2963601
parents b1f7e87e 7c4b7e07
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);
        }