I am a beginner in android programming and currently I am doing an application that needs the use of alarm. I need to link the built-in alarm in the phone to my application but right now I am not sure on how to do it. Any help will be greatly appreciated. Thanks a lot!
Asked
Active
Viewed 84 times
1
-
See: http://stackoverflow.com/questions/6185401/how-can-i-access-alarm-content-provider. – Paul Burke Aug 13 '12 at 01:51
-
Thanks for the link but I think it's not really helpful to me. – CallMyName Aug 13 '12 at 02:53
-
That link answers your question: It's not possible (except on certain, older versions of Android). The Alarm API is not public, and neither is the ContentProvider that backs it. – Paul Burke Aug 13 '12 at 12:39