Hello,
I need to add the below privileges to my app:
<tizen:privilege name='http://tizen.org/privilege/filesystem.read'></tizen:privilege> <tizen:privilege name='http://tizen.org/privilege/filesystem.write'></tizen:privilege>
Is there a way to add those Filesystem API privileges to my apps config.xml automatically?
During or after the task grunt sectv-prepare?
I see that other privileges like <tizen:privilege name="http://tizen.org/privilege/download"/> are added there, but I haven't found the code which is doing that.
Thank you!
Hello,
I need to add the below privileges to my app:
<tizen:privilege name='http://tizen.org/privilege/filesystem.read'></tizen:privilege> <tizen:privilege name='http://tizen.org/privilege/filesystem.write'></tizen:privilege>Is there a way to add those Filesystem API privileges to my apps config.xml automatically?
During or after the task
grunt sectv-prepare?I see that other privileges like
<tizen:privilege name="http://tizen.org/privilege/download"/>are added there, but I haven't found the code which is doing that.Thank you!