ianhanniballake / LocalStorage

Local Storage provides access to your local storage via the Android 4.4 Storage Access Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Local Storage provides access to your local storage (SD Card) via the Android 4.4 Storage Access Framework.

The focus on this app is not on the included UI, but instead on the LocalDocumentProvider, which provides read and write access to your SD card. In theory, this code can and should be integrated into a file explorer style app to replace the previous GET_CONTENT Intent used in lower API versions.

You can download the app from Google Play.

Picker Picker 2 Phone UI

About

Local Storage provides access to your local storage via the Android 4.4 Storage Access Framework

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Kotlin 100.0%