언어 설정

Menu
Sites
Language
External storage

Hi!

How may I manage SD-card and USB connecting in my WebApp? It seems not as trivial.

With much regards.

Responses

2 댓글
Alex Dem

Hi,
Regarding how to manage external storages in Tizen Web app try to look at:
https://developer.tizen.org/dev-guide/2.2.1/org.tizen.web.device.apireference/tizen/filesystem.html
Alexey.

Alex Dem

Hi,
In details: to manage your storage connect/disconnect you could use  
watchID = tizen.filesystem.addStorageStateChangeListener(onStorageStateChanged); method.
You could use removeStorageStateChangeListener(long watchId); if it is not needed more.
Alexey.