Interesting, the app does not declare any storage permissions in the Manifest
:
Of course, as of API 19, these are also not required in this case. However, if you want to copy / move / save to one of the
Shared
folders, storage permissions must be declared in theManifest
.I’m curious how this will be implemented.