Languages

Menu
Sites
Language
Browse button implementation

Hi 
i need to implement the browse functoinality in my application to browse the files in sd card
is there any ready made way to implement the browse or we should write our own code for that
pls help me in this issue

Regards
K.Harish

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

3 Replies
Alex Ashirov

Hi,

As far as I understand you need the file manager. If so,  then please use the following:

https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.native.appprogramming%2Fhtml%2Fguide%2Fapp%2Fappcontrol_media.htm

Also, please note that you need to add http://tizen.org/privilege/application.launch privilege into your manifest.xml to use this API.

harish kumar kavali

Hi,

with the above proceedure i am able to explore the sd card 
but i had another problem here, here i can only select the file path ,but unable to select the directory path
can u please guide me to select the Directories

Regards
Harish

harish kumar kavali

sorry 
i got it 
by changing mime type to L"inode/directory"