I have two apps with different package names. I can launch an activity in the second app from the first app using intents. Now i want to pass the first app's name to the second app and display it in the textbox of the activity launched from first app (i.e. when first app calls second app's activity, the activity displays with a textbox that shows first app's name).
I need some help on how to do this..Thanks
I need some help on how to do this..Thanks