How can I configure Android so that the background applications download and upload as fast as possible?


Question

According to the screenshot below, background applications have a lower download and upload speed:


enter image description here


The screenshot says:



Keep the app open for getting the best and upload speed.



How can I avoid that?


I use Android 10 with Samsung Galaxy S9.


Answer

The notification "Keep the app open for taking the best and upload speed" is most likely shown by the app as there are a few known problems when apps running in background that could make the download stop so that the app has to resume (or even restart it if the server does not support resume) it which of course makes the download slower.


The main reason for the different behavior between running in foreground compared to running in background is the battery optimization applied by Android.


As Android is open source phone manufacturer have the possibility to apply modifications to those parts of Android Google does not covered by it's certification. Some years ago phone manufacturer have started to implement additional "battery saving" mechanisms to reduce CPU usage of apps in background (as far as I remember Huawei was one of the first, the other followed). The term "battery optimization" is a brightened description of "app killing when they are in background no matter if the user wants it to run or not".


Of course from a user perspective an app that just stops does not work correctly and thus the app developers have tried to find workarounds for this problem. But as every manufacturer implements the background app killing in a different way developing an app that runs in background can get pretty complicated depending on the phone used. A very good summary of the whole app killing problem can be found on Don't kill my app!. There an experienced app developer has collected information on which manufacturer and android versions affect apps in background in what way and how to deal with this situation.


So as a conclusion: The shown notification is in my interpretation just a suggestion by the app developer to avoid problems. An app running in foreground is usually not affected by those "battery optimizations" and thus can download the file in a nnormal way.


Topics


2D Engines   3D Engines   9-Patch   Action Bars   Activities   ADB   Advertisements   Analytics   Animations   ANR   AOP   API   APK   APT   Architecture   Audio   Autocomplete   Background Processing   Backward Compatibility   Badges   Bar Codes   Benchmarking   Bitmaps   Bluetooth   Blur Effects   Bread Crumbs   BRMS   Browser Extensions   Build Systems   Bundles   Buttons   Caching   Camera   Canvas   Cards   Carousels   Changelog   Checkboxes   Cloud Storages   Color Analysis   Color Pickers   Colors   Comet/Push   Compass Sensors   Conferences   Content Providers   Continuous Integration   Crash Reports   Credit Cards   Credits   CSV   Curl/Flip   Data Binding   Data Generators   Data Structures   Database   Database Browsers   Date &   Debugging   Decompilers   Deep Links   Dependency Injections   Design   Design Patterns   Dex   Dialogs   Distributed Computing   Distribution Platforms   Download Managers   Drawables   Emoji   Emulators   EPUB   Equalizers &   Event Buses   Exception Handling   Face Recognition   Feedback &   File System   File/Directory   Fingerprint   Floating Action   Fonts   Forms   Fragments   FRP   FSM   Functional Programming   Gamepads   Games   Geocaching   Gestures   GIF   Glow Pad   Gradle Plugins   Graphics   Grid Views   Highlighting   HTML   HTTP Mocking   Icons   IDE   IDE Plugins   Image Croppers   Image Loaders   Image Pickers   Image Processing   Image Views   Instrumentation   Intents   Job Schedulers   JSON   Keyboard   Kotlin   Layouts   Library Demos   List View   List Views   Localization   Location   Lock Patterns   Logcat   Logging   Mails   Maps   Markdown   Mathematics   Maven Plugins   MBaaS   Media   Menus   Messaging   MIME   Mobile Web   Native Image   Navigation   NDK   Networking   NFC   NoSQL   Number Pickers   OAuth   Object Mocking   OCR Engines   OpenGL   ORM   Other Pickers   Parallax List   Parcelables   Particle Systems   Password Inputs   PDF   Permissions   Physics Engines   Platforms   Plugin Frameworks   Preferences   Progress Indicators   ProGuard   Properties   Protocol Buffer   Pull To   Purchases   Push/Pull   QR Codes   Quick Return   Radio Buttons   Range Bars   Ratings   Recycler Views   Resources   REST   Ripple Effects   RSS   Screenshots   Scripting   Scroll Views   SDK   Search Inputs   Security   Sensors   Services   Showcase Views   Signatures   Sliding Panels   Snackbars   SOAP   Social Networks   Spannable   Spinners   Splash Screens   SSH   Static Analysis   Status Bars   Styling   SVG   System   Tags   Task Managers   TDD &   Template Engines   Testing   Testing Tools   Text Formatting   Text Views   Text Watchers   Text-to   Toasts   Toolkits For   Tools   Tooltips   Trainings   TV   Twitter   Updaters   USB   User Stories   Utils   Validation   Video   View Adapters   View Pagers   Views   Watch Face   Wearable Data   Wearables   Weather   Web Tools   Web Views   WebRTC   WebSockets   Wheel Widgets   Wi-Fi   Widgets   Windows   Wizards   XML   XMPP   YAML   ZIP Codes