Closed wansiklee closed 5 months ago
same
Hello 👋, to help manage issues we automatically close stale issues.
This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?
This issue will be closed in 15 days if no further activity occurs.
Thank you for your contributions.
Not stale.
Hello 👋, to help manage issues we automatically close stale issues.
This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?
This issue will be closed in 15 days if no further activity occurs.
Thank you for your contributions.
Not stale.
Hello 👋, to help manage issues we automatically close stale issues.
This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?
This issue will be closed in 15 days if no further activity occurs.
Thank you for your contributions.
Not stale
Hello 👋, to help manage issues we automatically close stale issues.
This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?
This issue will be closed in 15 days if no further activity occurs.
Thank you for your contributions.
Not stale
I want to use inexact alarms in the Notifee library's timestamp trigger.
I would like to use
set
orsetAndAllowWhileIdle
options similar to the URL https://developer.android.com/develop/background-work/services/alarms/schedule#inexact. However, the current AlarmManager options in Notifee appear to strictly enforce the use of exact alarms.Although there are AlarmType options such as
set
andsetAndAllowWhileIdle
, based on the code, it seems that these options are effective only when using exact alarms.So, starting from Android 12, even if you set the alarm as inexact, it won't ring unless you allow 'Alarm & reminder'.