I need the alarm to be triggered every day at sunrise. I get the sunrise time like this:\"06:55\"
Location location = new Location(latitude, longitude); SunriseS
Instead of setting an alarm that will go off at a different time each day. You should set separate alarms each day. I recommend you do this by setting the next days alarm after an alarm goes off.