4.2 Jellybean now supports multiple users. However as per the docs, all calls to all the APIs to get storage location return locations private to the current user (eg: getExternalStorageDirectory()).
I cache plenty of content from servers and store this to external storage, but with a multi user enviornment, this data will need to be duplicated for all users. This is wasting a lot of space.
Is there any way to store files to a common area for all users to make use of?