Releases: Johboh/hassalarm
Releases · Johboh/hassalarm
1.30
1.29
1.28
- Samsung uses the AlarmManager for scheduling "Modes" profile. This
will be in conflict with any other scheduled alarm using an alarm
clock. We can filter out these modes schedulings, by ignoring the
package for the Samsung Modes "app". However, since
https://issuetracker.google.com/issues/275678087?pli=1, we where no
longer able to read out the package name of the scheduled alarm. It is
possible to add the QUERY_ALL_PACKAGES permission that will allow
this, but this also requires some additional policies and verification
in the Play Store, and might not be approved. This approach just ask
to read the package name of the Samsung "Modes" app so it can be
ignored. This is, sadly, also the same package name used for stock
Samsung Clock app.