Is it in any way possible to launch an activity from the main function without having a UI? i.e. is there a way to create a sort of \"wrapper\" around another activity, i.e.
I had used moveTaskToBack(true) in onResume() to put the entire activity stack in background.
moveTaskToBack(true)
onResume()