Fixed
Status Update
Comments
da...@google.com <da...@google.com> #2
Triaging to platform owner for consideration.
zh...@gmail.com <zh...@gmail.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.
da...@google.com <da...@google.com> #4
I do not see a problem with this proposal.
Description
Component used: Compose Version used: 2.38.1 Devices/Android versions reproduced on: Any
As per the code of
The
ViewModelStoreOwner
only works if it is a NavBackStackEntry, but in reality, it should work with any arbitrary SavedStateRegistryOwner.