Start new activity in window manager
问题 I want to start a new activity, the activity plays a live stream from a source. When I start the activity, it plays the content on the whole screen. I want to display the contents of the stream in a small screen which is a surfaceview. I am doing this by using a handler which runs a runnable and so on. This is how I am doing it: //new activity played from here Intent localIntent3 = new Intent("android.intent.action.MAIN"); //intent flag set to start a new task over the previous one