Improve download UI to handle device storage full failure case |
||||
Issue descriptionToday we don't have any UI to handle the case when the user's device storage is full. Instead the download just pauses. We need to get telemetry on how often this happens and provide a baseline UX.
,
Apr 4 2017
Issue 667817 has been merged into this issue.
,
Apr 4 2017
- We can detect the free space on disk where we're saving the file (ApiCompatibilityUtils has the helper methods for this and it's how we drive the UI). I think using a native call to stat would probably return the same data. - As for loading the storage settings, we can try kicking off an intent with ACTION_INTERNAL_STORAGE_SETTINGS and seeing if that works. Not sure though.
,
Feb 8 2018
,
Feb 15 2018
,
Jul 25
|
||||
►
Sign in to add a comment |
||||
Comment 1 by dah...@chromium.org
, Apr 4 2017Owner: ----