// SPDX-License-Identifier: Unlicense OR MIT
/*
Package storage implements read and write storage permissions
on mobile devices.
Android
The following entries will be added to AndroidManifest.xml:
READ_EXTERNAL_STORAGE and WRITE_EXTERNAL_STORAGE are "dangerous" permissions.
See documentation for package github.com/p9c/p9/pkg/gel/gio/app/permission for more information.
*/
package storage