In Android, is it possible to share files between 2 different apps running in separate processes?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not the files within your apk. But you can always share files via the sdcard for example. Or if you move them to the data directory of your app but leave them in Context.MODE_WORLD_READABLE.