With this code I am able to take some string like "Wed 10:10",

String nextAlarm = Settings.System.getString(getContentResolver(),
    Settings.System.NEXT_ALARM_FORMATTED);

but I want to have a value of seconds to the next alarm. Is that possible ? Also it would be nice for me if I am able to read the value of the description field, and the days when this alarm is enabled.

link|improve this question

64% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.