A glitch on Google's backend servers is serving an incomplete file, causing your device to repeatedly request it.
If you are specifically concerned about particular features downloading data or components in the background, you can target them individually without fully disabling the core.
Tap , then go to Manage Space and select Clear All Data . Restart your device. 2. Reset Download Manager Settings
| Works Normally | May Break | |----------------|------------| | Existing Google apps (Gmail, Maps if cached) | Remote feature rollouts | | Manual sign-ins | Some Firebase notifications | | Local location (GPS only) | Dynamic backend changes (rare) | | | Google’s ability to fix config bugs remotely |
There are a few methods to disable Play Services XML download, each with its own advantages and limitations: disable play services xml download
adb shell pm list packages | grep 'google' adb shell pm uninstall --user 0 com.google.android.gms
On macOS/Linux: Open the Terminal and use the cd command to navigate to the platform-tools folder.
“Disable Play Services XML download” is an advanced tweak that gives you more control over what Google can change remotely on your phone. However, it’s not a user-facing feature for a reason: Play Services relies on these updates to stay functional, secure, and efficient.
How to Fix the "Disable Play Services XML Download" Loop on Android A glitch on Google's backend servers is serving
If apps are constantly trying to wake up Play Services to get a location or notification, it can actually increase battery drain.
If you have a rooted device (using Magisk or similar), you can disable these services at the system level using ADB or a terminal emulator. This is the most effective method for "power users."
Start with the easiest solution and work your way down the list until the notification disappears permanently. 1. Clear Cache and Data for Google Play Services
Some Android versions let you disable:
To run a "de-Googled" or privacy-focused custom ROM. The Concept of "Disable Play Services XML Download"
: On the OS level, forcibly disabling or removing Play Services—especially on Samsung devices—can occasionally lead to "soft-bricking" or constant system crashes.
To understand how to stop the process, you first have to understand what Google Play Services is actually downloading. When developers build apps using Google APIs (like Firebase or Maps), the Google Services Gradle Plugin generates XML resources from configuration files (like google-services.json ).