We've received more requests for external storage from OTRS: https://ticket.wikimedia.org/otrs/index.pl?Action=AgentTicketZoom;TicketID=10642767
==== User story
As a user wishing to conserve internal storage space on my device, I want to save all my Wikipedia articles to external storage so that I can read them offline later without sacrificing internal storage.
==== // Initial task description //
First reported at: https://ticket.wikimedia.org/otrs/index.pl?Action=AgentTicketZoom;TicketID=9059688
A setting should be made available to allow external storage to be used for saved pages. Saved page currently always appear in internal storage. The app uses `getFilesDir()` which appears to always return an internal storage directory[0]. We might be able to use getExternalFilesDir().
Note: this card should be independent of installation location but T141000 is related.
[0] http://stackoverflow.com/questions/10496320/android-internal-storage-vs-external-storage-when-app-installed-on-sd-card