android , is there any method to let service delay or sleep?

Viewed 18869

i need to let service sleep for 0.5 sec just as using Thread.sleep();

is there any method??

1 Answers
Related