馃悰 Bug Report
When i set my device(Android 12) setting 'Allow setting alarms and reminders' to false,
await Permission.scheduleExactAlarm.status.isGranted return true.
It seems like package didn't catch device's current granted status.
Expected behavior
My device: Android 12
So after i check device's granted status and tried to set exact alarm, error occurs.
below is error code.
'PlatformException(100, Failed while read arguments, Caller net.fiet.fiet needs to hold android.permission.SCHEDULE_EXACT_ALARM to set exact alarms., null)' error occurs.
Is there a way to capture device's current SCHEDULE_EXACT_ALARM granted status?
please help
Reproduction steps
Configuration
馃悰 Bug Report
When i set my device(Android 12) setting 'Allow setting alarms and reminders' to false,
await Permission.scheduleExactAlarm.status.isGranted return true.
It seems like package didn't catch device's current granted status.
Expected behavior
My device: Android 12
So after i check device's granted status and tried to set exact alarm, error occurs.
below is error code.
'PlatformException(100, Failed while read arguments, Caller net.fiet.fiet needs to hold android.permission.SCHEDULE_EXACT_ALARM to set exact alarms., null)' error occurs.
Is there a way to capture device's current SCHEDULE_EXACT_ALARM granted status?
please help
Reproduction steps
Configuration