Updater: Check for free space on install
Description
Prompt user to clean up internal storage space when almost full to be able to proceed with the update/upgrade process
Screenshots
Technical details
- Added dialog to inform user about low memory space.
Tests
- Download an ota update
- Fill up phone storage with data or dummy files. To create 1gb dummy file'
adb root
adb shell dd if=/dev/zero of=/storage/emulated/0/temp.file bs=1G count=1
- Tap install button in Updater app
Issues
https://gitlab.e.foundation/e/os/backlog/-/issues/863