Hi,
We are building a WebApp which needs some application specific data files to be moved to the device alone with the application.
What is the best way to achieve this in tizen web application ?
If we keep it under data section in the SDK ( 2.1) and build & run the application on device.
We see the application files in data folder in SDK is moved to <APP_LOCATION>/res/wgt/data/ on device, rather than <APP_LOCATION>/data/.
Is there any way to move the files to <APP_LOCATION>/data/ automatically with installation and avoid manually moving this file ?