// 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 gioui.org/app/permission for more information.
*/
package storage