Skip to content

Android: Backend disk storage and integration tests #27080

@getvictor

Description

@getvictor
  • Populate the disk storage and % full
  • Integration tests (at server/service or android/service level as appropriate)

Marko's notes on device storage

AMAPI returns memoryInfo which has totalRam and totalInternalStorage fields. Internal storage is not built-in storage, but storage that’s reserved to OS and some apps (see more in this post, or this one).

Additionally, AMAPI returns memoryEvents array which consists of measured values of disk space. EXTERNAL_STORAGE_DETECTED is actually not just external storage like an SD card but also built-in storage that is not internal storage mentioned in the paragraph above.

Metadata

Metadata

Assignees

Labels

#g-mdmMDM product group:releaseReady to write code. Scheduled in a release. See "Making changes" in handbook.~sub-taskA technical sub-task that is part of a story. (Not QA'd. Not estimated.)

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions