commit | 6d5ab0d07f75d6d635b9eb13b0914ba5daf80eb6 | [log] [tgz] |
---|---|---|
author | Nazanin Bakhshi <nazaninb@google.com> | Sat Feb 20 21:56:27 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Feb 20 21:56:27 2021 +0000 |
tree | e19171c4d3fa427ee13ebabae62f1fc6d8c3e5e4 | |
parent | 7407351620debf6b5e4d9ad0b0167153a40dc46c [diff] | |
parent | bddad56d286940274a9fe6f8c0bb86d42864348d [diff] |
Merge "Make bluetooth choppy voice notification cancellable"
diff --git a/src/com/android/services/telephony/CallQualityManager.java b/src/com/android/services/telephony/CallQualityManager.java index 01b5bae..0e32ddc 100644 --- a/src/com/android/services/telephony/CallQualityManager.java +++ b/src/com/android/services/telephony/CallQualityManager.java
@@ -99,7 +99,7 @@ .setContentTitle(title) .setContentText(details) .setStyle(new Notification.BigTextStyle().bigText(details)) - .setOngoing(true) + .setAutoCancel(true) .setChannelId(CALL_QUALITY_CHANNEL_ID) .setOnlyAlertOnce(true) .build();