Articles · Guides

Play Protect blocked the install: what that warning means

Play Protect is the scanner built into Google Play Services. It checks apps at install time and periodically afterwards. It produces several distinct messages, and the wording tells you a lot more than most people realise, because one of them is a security finding and the others are policy and telemetry decisions.

Reading the three messages

What it saysWhat it meansHow seriously to take it
Harmful app blockedThe scanner matched a known malware signatureVery. Do not override this one.
Unsafe app blocked, or built for an older version of AndroidThe app targets an old SDK level, so Android cannot enforce modern permission rules on itModerate. Check what it asks for.
Unknown app, send for scanningGoogle has not seen this build beforeLow. Common for smaller apps and for any build outside the Play Store.

광고

The old-SDK warning, explained

Google requires apps on Play to target a recent API level, and raises the bar every year. Android grants an app the permission model of the version it targets, so an app targeting API 22 can still ask for permissions in one lump at install time rather than one at a time when they are used.

That is why the warning exists. The app is not necessarily malicious, but you have less control over it than you do over a modern app. Some abandoned but genuinely useful tools sit in this category permanently.

Reasonable to allow
  • A well-known utility that stopped being updated
  • An offline tool with no network permission
  • A game from before the current rules
Worth refusing
  • Anything asking for SMS, call log or accessibility access
  • An app that could plausibly be updated but is not
  • A copy of a mainstream app from an unfamiliar publisher

Checking the app yourself

Play Protect is one signal, not the only one. Two checks take a minute and tell you more about a specific file than a generic warning does.

  1. Compare the signature A genuine update is signed with the same key as the version you already have. If the phone refuses to install over the existing app, the signature differs, and that is worth stopping for.
  2. Look at the permission list Before you confirm, read what it asks for. A flashlight app requesting contacts is a decision you can make without any scanner.
  3. Check the developer name and package Repackaged apps usually keep the display name and change the package identifier by a character or two.

Should you turn Play Protect off?

No. It costs nothing to leave on, and the harmful-app detection is genuinely useful. If a specific install is blocked and you have decided the app is fine, the dialog offers a one-time override, which is far better than disabling the scanner permanently and forgetting.

On a phone used by someone else, especially a child or a parent who is less confident about what they tap, leave it entirely alone.

Harmful means stop. Old target level means read the permissions. Unrecognised means nothing much at all.

Frequently asked questions

Does Play Protect scan apps I sideload?

Yes, at install time and again in the background. It does not restrict itself to Play Store installs.

Why does it flag an app I got from the developer's own site?

Because the build is not one Google has seen before. Distribution outside Play is not itself a finding.

Can Play Protect remove an app I already installed?

For a confirmed harmful match it can prompt you to uninstall, and on some builds it removes the app itself. That only applies to the harmful category.

Read next

APK download against the Play Store

This is not a rivalry. Each does something the other cannot.

Paying for a VPN: what changes

You are not buying encryption. You are buying an operator whose income does not depend on you.

Archive tools on Android compared

For a plain ZIP either works. For a split, password-protected archive, only one does.