Andrews
Andrews

Reputation: 50

How to list and access files between android application

I have developed two application APK1 and APK2. i need to list files from APK1 to APK2 and access those files. but both apps are already in market. Using sharedUserId is not an option because of UID change.

Is this possible in Content provider

or

Is there is any other way of doing.

Upvotes: 0

Views: 35

Answers (1)

Bakon Jarser
Bakon Jarser

Reputation: 721

What you want is a contract class. I couldn't find a good online tutorial, I learned about them in this course on udacity (it's free).

Upvotes: 1

Related Questions