Intent i = manager.getLaunchIntentForPackage(packageName); startActivity(i);
As I explained Im starting activity using startActivity(i); method. It starts properly , But I need that application full content view to display inside a another application container. Now what is happening after calling startActivity(i); method its content display come to full screen as default. but I dont need it. I need to show that application display screen inside a another application bit small screen. so how to get that graphic stream from my first application. -- Best Regards Indika Ruwan Senavirathne Software Engineer | Professional Mobile App Developer Email: [email protected] Skype: indikasenavirathne DISCLAIMER: This email and any attachments to it may be confidential and are intended solely for the use of the individual to whom it is addressed. If you are not the intended recipient of this email, you must neither take any action based upon its contents, nor copy or show it to anyone. Please contact the sender if you believe you have received this email in error. P please consider the environment before printing this email -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/CADq0osGfJHRudU8DnHWTs0UsjcSXOLBU92Uxmw5Vbsdi-b2KdA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

