android - how to get instance of the launched activity -


Is there any way to get an example of the activity of an application launch (or a view in that activity) in another application? is? .

Thanks in advance.

No, you have to send it to Intentals.

A central design point of Android security architecture is that by default any application does not allow any operations that other applications, operating systems or users.

to


Comments