Fixed
Status Update
Comments
sj...@google.com <sj...@google.com>
al...@google.com <al...@google.com>
ju...@google.com <ju...@google.com>
ar...@google.com <ar...@google.com>
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit 516143e05f824ff49bde3c0c97344a2924867d30
Author: Alexander Roederer <aroederer@google.com>
Date: Sun Mar 26 22:10:57 2023
Add getCurrentInterruptionFilter to compat lib
Adds getCurrentInterruptionFilter to NotificationManagerCompat.
Bug: 243183646
Test: Adds Unit Test coverage
Relnote: Adds getCurrentInterruptionFilter to NotifMangerCompat
Change-Id: I8ec95cf70faa9b5920c019784f44947a08ec5893
M core/core/api/current.txt
M core/core/api/public_plus_experimental_current.txt
M core/core/api/restricted_current.txt
M core/core/src/androidTest/java/androidx/core/app/NotificationManagerCompatTest.java
M core/core/src/main/java/androidx/core/app/NotificationManagerCompat.java
https://android-review.googlesource.com/2509495
Branch: androidx-main
commit 516143e05f824ff49bde3c0c97344a2924867d30
Author: Alexander Roederer <aroederer@google.com>
Date: Sun Mar 26 22:10:57 2023
Add getCurrentInterruptionFilter to compat lib
Adds getCurrentInterruptionFilter to NotificationManagerCompat.
Bug: 243183646
Test: Adds Unit Test coverage
Relnote: Adds getCurrentInterruptionFilter to NotifMangerCompat
Change-Id: I8ec95cf70faa9b5920c019784f44947a08ec5893
M core/core/api/current.txt
M core/core/api/public_plus_experimental_current.txt
M core/core/api/restricted_current.txt
M core/core/src/androidTest/java/androidx/core/app/NotificationManagerCompatTest.java
M core/core/src/main/java/androidx/core/app/NotificationManagerCompat.java
ar...@google.com <ar...@google.com>
lb...@gmail.com <lb...@gmail.com> #3
@2 Thank you. When will it be available?
ar...@google.com <ar...@google.com> #4
I believe the change made the cutoff, and so should be in the April 5th release. Otherwise, the subsequent release is on April 12.
na...@google.com <na...@google.com> #5
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.core:core:1.11.0-alpha02
lb...@gmail.com <lb...@gmail.com> #6
@5 Seems indeed fixed. Thank you!
Description
The purpose of NotificationManagerCompat is to be able to use it instead of the normal one, but it doesn't seem complete because this function is missing.