philliphsu / ClockPlus

Alarm clock, timer, and stopwatch application for Android.
https://play.google.com/store/apps/details?id=com.philliphsu.clock2
GNU General Public License v3.0
364 stars 137 forks source link

add AlarmManager.setAlarmClock() API #38

Closed dtoxic47 closed 2 years ago

dtoxic47 commented 7 years ago

Chronus Clock and Weather app

if the app you link to uses the standard Android AlarmManager.setAlarmClock() API call to store the alarm data, we (and other 3rd party apps) can use the AlarmManager.getNextAlarmClock() API call to get and display the data.

See: https://developer.android.com/reference/android/app/AlarmManager.html#setAlarmClock(android.app.AlarmManager.AlarmClockInfo, android.app.PendingIntent)

and

https://developer.android.com/reference/android/app/AlarmManager.html#getNextAlarmClock()

If the app does not do so, there is nothing we can do to get to the data.

Please contact them directly to confirm they have or add the feature to their app.

David

(does not recognize next alaram time in the widget from this app, hope you can add it

https://play.google.com/store/apps/details?id=com.philliphsu.clock2&hl=en)

-- Dino