On Fri, Dec 2, 2011 at 9:04 PM, Mark Murphy <[email protected]> wrote:
> On Thu, Dec 1, 2011 at 8:26 PM, Saied <[email protected]> wrote:
>> Can you please me tell me what a typical path may look like?
>
> "Typical" is:
>
> /data/data/your.package.name.goes.here/files/your-file-name-goes.here
>
> That is not necessarily universal, which is why the other application
> needs to give you the path to the file.

IIRC, 
Context.createPackageContext("some.other.package",0).openFileInput("somefile")
should let you access it it's world readable.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to