Hi
I have two applications (with different package name). I want to pass a string value from one application to other application. Can anybody help with steps how to do it? I know passing string values between two activites in the same application as they have same package name.
Or to achive this should I have to go for creating interface using AIDL? Meaning one of the application will act as a service provider and other as client.
Thanks
Pruthvi


