[guardian-dev] Hi, i' new

Mark Murphy mmurphy at commonsware.com
Mon Nov 21 08:30:17 EST 2016


On Mon, Nov 21, 2016, at 08:23, Nathan of Guardian wrote:
> We could write the backup zip to the internal app storage, and then mark
> it as world readable.

I do not believe that is an option on Android 7.0+. MODE_WORLD_READABLE
is no longer supported IIRC.

>  This path could then be shared via an intent to
> the app of choice by the user

Note that you could accomplish this using FileProvider and keeping the
file read-only.

-- 
Mark Murphy (a Commons Guy)
https://commonsware.com | https://github.com/commonsguy
https://commonsware.com/blog | https://twitter.com/commonsguy


More information about the guardian-dev mailing list