Hello, Everybody.
I have a soild experience in Android field but I'm pretty new to Tizen platform and I think I need your professional help.
I'm going to launch the Tizen standard Gallery app and get which file is selected by user.
I read how to launch the Tizen Gallery app:
You can launch the (native) gallery application for example using the following code:
tizen.application.launch("org.tizen.gallery", onLaunchSuccess, onError);
But how to get the path of selected file?
Thanks.
Christian.