Loading src/com/android/bluetooth/sap/SapServer.java +1 −0 Original line number Original line 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), mContext.getString(R.string.bluetooth_sap_notif_title), NotificationManager.IMPORTANCE_HIGH); NotificationManager.IMPORTANCE_HIGH); notificationManager.createNotificationChannel(notificationChannel); notificationManager.createNotificationChannel(notificationChannel); flags |= PendingIntent.FLAG_IMMUTABLE; if (VERBOSE) { if (VERBOSE) { Log.i(TAG, "setNotification type: " + type); Log.i(TAG, "setNotification type: " + type); } } Loading Loading
src/com/android/bluetooth/sap/SapServer.java +1 −0 Original line number Original line 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), mContext.getString(R.string.bluetooth_sap_notif_title), NotificationManager.IMPORTANCE_HIGH); NotificationManager.IMPORTANCE_HIGH); notificationManager.createNotificationChannel(notificationChannel); notificationManager.createNotificationChannel(notificationChannel); flags |= PendingIntent.FLAG_IMMUTABLE; if (VERBOSE) { if (VERBOSE) { Log.i(TAG, "setNotification type: " + type); Log.i(TAG, "setNotification type: " + type); } } Loading