shutosha on Nostr: https://source.android.com/docs/core/data/data-saver All app developers must act to ...
https://source.android.com/docs/core/data/data-saver
All app developers must act to implement Data Saver, including OEMs and carriers with preloaded apps. See Data Saver on developer.android.com for app developer instructions on detecting and monitoring Data Saver states. See the sections below for additional details helpful to partners.
To optimize for Data Saver mode, apps should:
Remove unnecessary images
Use lower resolution for remaining images
Use lower bitrate video
Trigger existing “lite” experiences
Compress data
Respect metered vs. unmetered network status even when Data Saver is off
Conversely, to work well with Data Saver, apps should not:
Autoplay videos
Prefetch content/attachments
Download updates / code
Ask to be whitelisted unless background data is truly part of core functionality
Treat whitelisting as a license to use more bandwidth
All app developers must act to implement Data Saver, including OEMs and carriers with preloaded apps. See Data Saver on developer.android.com for app developer instructions on detecting and monitoring Data Saver states. See the sections below for additional details helpful to partners.
To optimize for Data Saver mode, apps should:
Remove unnecessary images
Use lower resolution for remaining images
Use lower bitrate video
Trigger existing “lite” experiences
Compress data
Respect metered vs. unmetered network status even when Data Saver is off
Conversely, to work well with Data Saver, apps should not:
Autoplay videos
Prefetch content/attachments
Download updates / code
Ask to be whitelisted unless background data is truly part of core functionality
Treat whitelisting as a license to use more bandwidth