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.