You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.
As per new guidelines:
Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.
This needs to be updated in the sleep receiver of Google Sleep API to receive proper output in newer android devices.
The text was updated successfully, but these errors were encountered:
this-Aditya
changed the title
PendingIntent.FLAG_CANCEL_CURRENT is not giving proper output on API version 31 or higher.
PendingIntent.FLAG_CANCEL_CURRENT is not giving proper output on API version 31 or higher in Google Sleep API.
Jun 1, 2023
As per new guidelines:
Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.
This needs to be updated in the sleep receiver of Google Sleep API to receive proper output in newer android devices.
The text was updated successfully, but these errors were encountered: