Closed wilsonrc closed 1 year ago
try redirecting not just to the list of all apps at alarms section, but directly to the specific app. Google Messages does it too with something like 21:16:00.650 I START u0 {act=android.settings.REQUEST_SCHEDULE_EXACT_ALARM dat=package: cmp=com.android.settings/.Settings$AlarmsAndRemindersAppActivity} with LAUNCH_MULTIPLE from uid 10142 (BAL_ALLOW_VISIBLE_WINDOW) result code=0
try redirecting not just to the list of all apps at alarms section, but directly to the specific app. Google Messages does it too with something like 21:16:00.650 I START u0 {act=android.settings.REQUEST_SCHEDULE_EXACT_ALARM dat=package: cmp=com.android.settings/.Settings$AlarmsAndRemindersAppActivity} with LAUNCH_MULTIPLE from uid 10142 (BAL_ALLOW_VISIBLE_WINDOW) result code=0
I'll check this
should be good, thanks
forgot to merge..
Add Asking for Exact alarm permission before Scheduling a message to avoid Issues caused by the exact alarm scheduling on Android 14. I also updated the Commons library version to use the new string for Alarm Permission Requests.
This PR can be simplified by using the updates that I pushed on this PR for the Commons Library: https://github.com/SimpleMobileTools/Simple-Commons/pull/1743. If the Commons Library's PR is approved, I can update this PR to use the new Commons function and extension.