Hello. I want to save a file in the file system but this file must be accessable by other apps and this file must be visible in Tizen Device Manager. So far I've tried to use app_get_data_path but this method returns path to /opt/usr/home/owner/apps_rw/org.example.app/data/ and after resintall the app all data is lost and also I dont see any of those files in Tizen Device Manager.
Also I've tried to pass directly /opt/usr/media/Others/ but this is also not visible in Tizen Device Manger.
Is there a posibility to save a file that will not be lost after reinstall and also will be visible (read, write) in Tizen Device Manager?
Cheers.