'How to store data such that multiple profiles can access the same in Android

I am new to Android, please help me out.

I am having a multi profile system.

I want to transfer data (media files) from /vendor/etc to a location such that my data is shared across different profiles and it is picked up by my external storage.

Right now when I transfer the data, it is stored like -

/data/media/userId1/xyz.mp3 /data/media/userId2/xyz.mp3 ..

I want this xyz.mp3 to be shared across all profiles.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source