I am making an alarm app using androids SDK and Java in eclipse.
I have a method that is called when the alarm goes off. This method is called even when the app is closed or the phone is locked. I want this method to unlock the phone even if its password protected(is this possible?). Then when the phone is unlocked (by the method if possible) (or the user if not) i want the app to be automatically started?
Is there any thing that would do this?
I do have experience in android but i am not an expert, so i would really appreciate everything explained to my beginner level. Some sample code would really help me, and would be totally appreciated.
Thanks, Jack