I did search a lot but I couldn't found my answer. If any one can help, much appreciated.
I am building an android application from that can I launch another application along with passing some required data?
Example. MyApplication launch "AnotherApplication" that needs username and password. So can I launch that "AnotherApplication" along with passing these two parameters?
I don't have control on "AnotherApplication" code. So I can not read data from Intent or something in this. And I dont even know how that application is reading these two parameters(Intent/ input's value etc.)
Is it technically possible? If yes please provide me sample snippet as well to achieve this.