Samsung / cordova-plugin-toast

Cordova plugin that provides TV Specific functionalities.
Apache License 2.0
121 stars 60 forks source link

Adding Filesystem API privilege to config.xml automatically #95

Open sqts opened 5 years ago

sqts commented 5 years ago

Hello,

I need to add the below privileges to my app: ` </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 `` are added there, but I haven't found the code which is doing that. Thank you!
pwsses commented 5 years ago

Hi You add privileges tag in plugin.xml file. The wiki url is "https://github.com/Samsung/cordova-plugin-toast/wiki/Create-Project" In config.xml ~~ I think, the wiki need update description about file path.

Thank you.