Skip to Content

How Can You Remove Android System SafetyCore Without Hassle?

Is Android System SafetyCore Invading Your Privacy? Here’s How to Get Rid of It!

Imagine someone sneaking into your house and rummaging through your photo albums without asking. That’s how Android System SafetyCore feels for many users. This app, installed quietly by Google, scans images on your device for sensitive content. Creepy, right? Here’s how you can reclaim control.

How Can You Remove Android System SafetyCore Without Hassle?

Why Remove Android System SafetyCore?

  • Installed Without Consent: Google added this app to many devices without notifying users.
  • Privacy Concerns: It scans all images on your device, raising serious questions about data security.

Unfortunately, uninstalling it isn’t enough—it comes back like an unwanted guest. But don’t worry; there are ways to disable or replace it effectively.

Methods to Remove or Disable Android System SafetyCore

Method 1: Non-Root Method (Using ADB Commands)

This method works without rooting your device but requires a computer.

  1. Download and extract the Android SDK Platform Tools.
  2. Enable USB Debugging on your phone (Settings > About Phone > Tap Build Number 7 times > Developer Options > USB Debugging).
  3. Connect your device to the PC via USB cable.
  4. Open Command Prompt (Windows) or Terminal (Mac/Linux) in the platform-tools folder. Use the command below based on your OS:
    Windows Command Prompt: adb shell pm disable-user --user 0 com.google.android.safetycore
    Windows PowerShell: .\adb shell pm disable-user --user 0 com.google.android.safetycore
    Mac/Linux Terminal: ./adb shell pm disable-user --user 0 com.google.android.safetycore
  5. Once disabled, the app won’t run anymore.

Method 2: Root Method (Using Termux)

If your device is rooted, this method is simpler but comes with risks like voiding warranties or affecting Play Integrity checks.

  1. Install Termux from the Play Store.
  2. Launch Termux and type this command: su -c pm disable com.google.android.safetycore.
  3. Grant SuperUser (SU) permissions when prompted.

This disables the app directly without needing a PC.

Method 3: Placeholder App Method (Non-Root)

No PC? No root? No problem! Replace Android System SafetyCore with a placeholder app that tricks Google into thinking it’s still there.

  1. Uninstall Android System SafetyCore using ADB commands or manually if possible.
  2. Download an open-source placeholder app designed for this purpose (search GitHub for trusted options).
  3. Install the placeholder app on your device.

This workaround prevents Google from reinstalling the original app.

Privacy matters more than convenience, and taking control of apps like Android System SafetyCore is a step toward safeguarding it. Whether you choose to disable it via ADB commands, root your device, or use a placeholder app, these solutions put you back in charge of your data.