Project

General

Profile

Actions

Feature #257

open

sort out external storage mess

Added by Tony Ciavarella over 9 years ago. Updated about 9 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
Start date:
11/01/2014
Due date:
% Done:

0%

Estimated time:

Description

Google has made a giant mess of the external storage situation in android. External storage refers to internal storage these days and now there's a getExternalFilesDirs() thing that returns a private thing that the media scanner can't look in and gets deleted when the application is uninstalled. There's yet another thing called getExternalStoragePublicDirectory() that might behave similarly to the old thing, except that it too is probably on internal storage and not actually on the damn SD card.

Somehow this giant mess needs to be sorted because the current "Save to SD" things in sleepmeter are almost certainly never actually saving anything on the damn SD card any longer.

Actions #1

Updated by Tony Ciavarella about 9 years ago

  • Target version changed from 3.0.0 to 3.1.0

ugh... this is such a damn mess... it's going to require different things for at least 3 different android flavors so the release should not be held up for this.

Actions

Also available in: Atom PDF