1

I need to execute some task oriented on some dates. Can i do it with native android api. And once more question i need to execute ussd request in background mode. Can i do it?

1 Answers1

1

To execute a task on a certain date you should use alarm manager, which you can take a look at here -

I am not quite sure what you are asking in the second part of you question, but here is a link on ussds in android

If you want to preform this action while you app is not running you would also use the alarm manager for that.

Community
  • 1
  • 1
jcw
  • 5,132
  • 7
  • 45
  • 54