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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.