To save the image 'image.jpg' from my app to the gallery in Bada I use the path '/Media/Images/image.jpg' (without the quotes) but that doesn't seem to work in Tizen.
I found that using Tizen::System::Environment::GetMediaPath() works instead.
To save the image 'image.jpg' from my app to the gallery in Bada I use the path '/Media/Images/image.jpg' (without the quotes) but that doesn't seem to work in Tizen.
I found that using Tizen::System::Environment::GetMediaPath() works instead.