Fixed
Status Update
Comments
ob...@google.com <ob...@google.com>
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-master-dev
commit 39f8d8d4ddbe5cf710e8c710d2c3a16f080a6e15
Author: Oussama Ben Abdelbaki <obenabde@google.com>
Date: Thu Aug 29 09:31:01 2019
Add setChronometerCountDown to NotificationCompat
This will only for work for api > 24, as the setCountDown method
on Chronometer has been introduced then.
Bug:138601213
Test: n/a
Change-Id: Ic2acabec41ab0bc8aae18d94bcc8b5d864ab9e1f
M car/core/api/api_lint.ignore
M core/core/api/1.2.0-alpha04.txt
M core/core/api/api_lint.ignore
M core/core/api/current.txt
M core/core/api/restricted_1.2.0-alpha04.txt
M core/core/api/restricted_current.txt
M core/core/src/main/java/androidx/core/app/NotificationCompat.java
https://android-review.googlesource.com/1108645
https://goto.google.com/android-sha1/39f8d8d4ddbe5cf710e8c710d2c3a16f080a6e15
Branch: androidx-master-dev
commit 39f8d8d4ddbe5cf710e8c710d2c3a16f080a6e15
Author: Oussama Ben Abdelbaki <obenabde@google.com>
Date: Thu Aug 29 09:31:01 2019
Add setChronometerCountDown to NotificationCompat
This will only for work for api > 24, as the setCountDown method
on Chronometer has been introduced then.
Bug:138601213
Test: n/a
Change-Id: Ic2acabec41ab0bc8aae18d94bcc8b5d864ab9e1f
M car/core/api/api_lint.ignore
M core/core/api/1.2.0-alpha04.txt
M core/core/api/api_lint.ignore
M core/core/api/current.txt
M core/core/api/restricted_1.2.0-alpha04.txt
M core/core/api/restricted_current.txt
M core/core/src/main/java/androidx/core/app/NotificationCompat.java
ob...@google.com <ob...@google.com>
ub...@gmail.com <ub...@gmail.com> #3
Lovely, thanks a lot! :)
ma...@gmail.com <ma...@gmail.com> #4
Funny. Now it is allowed to set the countdown. This is actually fixed. But the app crashes when you actually set it. Bug 146274220
ob...@google.com <ob...@google.com> #5
Ouch.
Description
NotificationCompat.Builder lacks this method. Is there a particular reason for that? If no, are there workarounds to set it will be incorporated in NotificationCompat.Builder at some point?