I am trying to use startserviceexacttime...i am starting in starter module, but is it unclear what is needed in the "service as object". I have tried "main" which does not work...the examples are "do something"..could someone explain what that is reference to.
I want to take a picture every 24 hours. Main is your camera example. Using StartActivity(main) in start service, does work for first picture. After pause, the service starts but screen is blank. I guess i have to redo something, but everything i have tried crashes. Do i need to put all the camera stuff in service module?( I didnt think i could) Or is this whole method bogus?