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.
In your manifest, when you declare the activity, use theme "@android:style/Theme.Translucent.NoTitleBar"
"@android:style/Theme.Translucent.NoTitleBar"
Ex: