We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8429c5 commit 9d63412Copy full SHA for 9d63412
src/com/android/bluetooth/sap/SapServer.java
@@ -225,6 +225,7 @@ void setNotification(int type, int flags) {
225
mContext.getString(R.string.bluetooth_sap_notif_title),
226
NotificationManager.IMPORTANCE_HIGH);
227
notificationManager.createNotificationChannel(notificationChannel);
228
+ flags |= PendingIntent.FLAG_IMMUTABLE;
229
if (VERBOSE) {
230
Log.i(TAG, "setNotification type: " + type);
231
}
0 commit comments