Re: File API Permissions on Android

2014-02-20 Thread Andrew Grieve
With the CLI workflow, you can't delete a permission without writing a post-prepare hook :( On Thu, Feb 20, 2014 at 8:53 PM, Joe Bowser wrote: > I think we decided to add the permission and have the user delete it > as the default, right? We had a similar situation with another plugin > recent

Re: File API Permissions on Android

2014-02-20 Thread Joe Bowser
I think we decided to add the permission and have the user delete it as the default, right? We had a similar situation with another plugin recently. I forgot which one, though. On Thu, Feb 20, 2014 at 5:22 PM, Andrew Grieve wrote: > The File plugin adds: > > > It'd be nice if it didn't add thi

File API Permissions on Android

2014-02-20 Thread Andrew Grieve
The File plugin adds: It'd be nice if it didn't add this when you've set the preference to store files on the internal storage. Likewise, for the file-system-roots plugin, it'd be nice if the permission was added only when the "sdcard" root is in the preferences. So... what does everyone think