android - Sending a running application to background programmatically -


is possible send activity background programmatically in android?

i creating prank application plays funny sounds after specified time (input user). , don't want application visible when playing sound , display should dark.

maybe play sound service instead?


Comments