Fixed
Status Update
Comments
al...@google.com <al...@google.com> #2
Triaging to platform owner for consideration.
al...@google.com <al...@google.com> #3
According to the documentation:
"Apps targeting lower sdk versions, can always schedule exact alarms."
https://developer.android.com/reference/android/app/AlarmManager.html#canScheduleExactAlarms()
So the API could delegate the implementation to the platform on API level 31 and above or simply return true otherwise.
I will try to submit a patch.
"Apps targeting lower sdk versions, can always schedule exact alarms."
So the API could delegate the implementation to the platform on API level 31 and above or simply return true otherwise.
I will try to submit a patch.
ap...@google.com <ap...@google.com> #4
I do not see a problem with this proposal.
Description
The following 2 lint issue(s) are suppressed in
src/main/java/androidx/vectordrawable/graphics/drawable/Animatable2Compat.java
. Please remove these suppressions invectordrawable/vectordrawable-animated/lint-baseline.xml
and address the associated issues.