Loading android/app/src/com/android/bluetooth/sap/SapServer.java +1 −0 Original line number Diff line number Diff line Loading @@ -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); } Loading Loading
android/app/src/com/android/bluetooth/sap/SapServer.java +1 −0 Original line number Diff line number Diff line Loading @@ -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); } Loading