· Firestick.io Team · Guides · 17 min read
How to Disable Google Play Protect on Android TV Google TV (2026)
Step-by-step guide to disabling Google Play Protect on Android TV, Google TV, Chromecast, and Nvidia Shield. Fix 'Blocked by Play Protect' errors and sideload apps freely.
I’ve been sideloading apps on Android TV devices for years, and Google Play Protect has been the single most annoying roadblock. It blocks legitimate apps, removes things I intentionally installed, and throws up scary-looking warnings that make it seem like my Chromecast is under attack — when really I’m just trying to install SmartTube.
After testing Play Protect behavior across a Chromecast with Google TV, Nvidia Shield TV Pro, and an Onn 4K Pro, here’s exactly how to disable it — and when you actually should.
To disable Google Play Protect on Android TV: open the Google Play Store app, tap your profile icon, select Play Protect → Settings (gear icon) → toggle off “Scan apps with Play Protect.” This works on Chromecast, Nvidia Shield, and all Android TV/Google TV devices. Note: Firestick doesn’t have Play Protect — it uses Amazon’s own system.
What I Tested For
- Which devices actually have Google Play Protect (and which don’t)
- Whether disabling Play Protect stays off after reboots and updates
- Which sideloaded apps trigger false positive warnings
- The easiest method to disable on each device type
- How Google’s upcoming 2026 sideloading restrictions will change things
What Is Google Play Protect (and Why It’s Blocking Your Apps)
Google Play Protect is Android’s built-in security layer. On paper, it sounds great — it scans apps for malware, warns you about suspicious behavior, and can even remove harmful apps automatically.
The problem? On Android TV and Google TV devices, it treats every sideloaded app like a potential threat. Google’s own data says sideloaded apps are “50 times more likely to carry malware” than Play Store apps — so their system is aggressive by design.
Here’s what Play Protect actually does:
- Scans apps at install time — checks APKs against known malware signatures using on-device machine learning
- Periodically scans installed apps — monitors for suspicious behavior even after installation
- Blocks flagged installs — shows “Blocked by Play Protect” or “Unsafe App Blocked” popups
- Auto-removes apps — can silently delete sideloaded apps it deems harmful
- Resets permissions — may revoke permissions for apps unused for 3+ months
My testing notes: On my Chromecast with Google TV, Play Protect blocked SmartTube, flagged Downloader as “potentially harmful,” and removed a sideloaded file manager I’d been using for months — all within the first week of a fresh setup. None of these apps were actually dangerous.
Which Devices Have Play Protect?
| Device | Has Play Protect? | Can Disable? | Notes |
|---|---|---|---|
| Chromecast with Google TV | Yes | Yes | Settings → Privacy → Security |
| Nvidia Shield TV / Pro | Yes | Yes | Device Preferences → Security |
| Sony Android TV | Yes | Yes* | Some models have grayed-out toggle |
| TCL Google TV | Yes | Yes | Standard Google TV path |
| Xiaomi Mi Box | Yes | Yes | Settings → Security |
| Onn 4K / 4K Pro | Yes | Yes | Standard Google TV path |
| 🏆 Amazon Firestick (Fire OS) | No | N/A | Uses Amazon's own system |
| Roku | No | N/A | Closed ecosystem |
| Apple TV | No | N/A | No sideloading support |
My testing notes: Sony Android TVs running Android 10 sometimes have the Play Protect toggle grayed out or missing entirely. If that happens, use the Play Store app method or the ADB command — both still work.
How to Disable Google Play Protect
There are three methods. The Play Store method works universally, the Settings method varies by device, and the ADB method is for edge cases.
Method 1: Via the Play Store App (Works on All Android TV Devices)
This is the most reliable method and works identically across every Android TV and Google TV device I tested.
Disable Play Protect via Play Store
4 stepsOpen the Google Play Store
From your home screen, scroll to the Apps row and open the Google Play Store. You can also hold the Home button and select it from the app list.
Go to Your Profile
Select your profile icon in the top-right corner of the Play Store.
Open Play Protect Settings
Select Play Protect, then tap the gear icon (Settings) in the top-right corner of the Play Protect screen.
Toggle Off Scanning
Turn OFF Scan apps with Play Protect. You’ll see a confirmation dialog — select Turn off to confirm. Optionally, also toggle off Improve harmful app detection.
That’s it. Play Protect is now disabled and will stay off until you manually re-enable it — it does not turn itself back on automatically.
Method 2: Via Device Settings (Varies by Manufacturer)
The path through Settings depends on your specific device:
Chromecast with Google TV:
- Settings → Privacy → Security
- Toggle off Play Protect
Nvidia Shield TV:
- Settings → Device Preferences → Security & Restrictions
- Toggle off Verify Apps
Generic Android TV (TCL, Hisense, Onn, Xiaomi):
- Settings → Security (or Apps → Security & Restrictions)
- Find Google Play Protect or Verify Apps
- Toggle it off
Method 3: Via ADB Command (Advanced)
If the toggle is grayed out or missing (common on some Sony TVs), you can disable Play Protect via ADB. You’ll need a computer on the same network and ADB debugging enabled on your TV.
# Check current Play Protect status
adb shell settings get global package_verifier_user_consent
# Disable Play Protect (-1 = disabled)
adb shell settings put global package_verifier_user_consent -1
# Re-enable Play Protect later (1 = enabled)
adb shell settings put global package_verifier_user_consent 1
My testing notes: The ADB method worked perfectly on a Sony X90L where the Settings toggle was grayed out. You need to enable Developer options first (tap the build number 7 times in Settings → About) and then enable Network debugging or USB debugging.
The Quick Workaround: “Install Anyway”
If you don’t want to fully disable Play Protect, there’s a per-app bypass:
- When the “Blocked by Play Protect” message appears, tap Details
- Then tap Install anyway
This lets the specific app through while keeping Play Protect active for everything else. It’s the safest option if you only need to sideload one or two apps.
My testing notes: This worked for SmartTube and Downloader on my Chromecast. However, the option doesn’t always appear — some apps flagged as “dangerous” (not just “unknown”) won’t show the “Install anyway” button. In those cases, you’ll need to fully disable Play Protect.
What Happens After You Disable Play Protect?
✓ Pros
- Sideloaded apps install without blocks or warnings
- No more 'harmful app detected' popups
- Apps won't be automatically removed
- APKs from Downloader install smoothly
- Setting stays off — doesn't re-enable itself
✕ Cons
- No automatic malware scanning for new installs
- You're fully responsible for vetting apps yourself
- Malicious APKs could install without warning
- After system updates, Play Protect may re-scan and flag previously allowed apps
Apps That Play Protect Commonly Blocks
These are legitimate apps I’ve personally seen flagged or blocked by Play Protect:
| App | Why It's Flagged | Actually Dangerous? |
|---|---|---|
| SmartTube | Ad-blocking features | No — open source, widely trusted |
| Stremio (sideloaded) | Third-party addon support | No — official app is safe |
| Downloader | Can install any APK | No — trusted utility by AFTVnews |
| TiviMate | IPTV playback functionality | No — legitimate IPTV player |
| Kodi | Addon ecosystem | No — open source media center |
| Aptoide TV | Alternative app store | No — established third-party store |
Play Protect flags these because they either aren’t in the Play Store, can install other apps, or interact with streaming content in ways Google considers risky. That doesn’t make them dangerous — it just means Google’s automated system is overly cautious.
Firestick vs Android TV: The Key Difference
This is the single biggest misconception I see. Amazon Firestick does NOT have Google Play Protect — period. Fire OS is Amazon’s own fork of Android, and it doesn’t include Google Play Services at all.
| Feature | Android TV / Google TV | Amazon Firestick |
|---|---|---|
| Google Play Protect | Yes — blocks sideloaded apps | No — not present |
| App blocking system | Play Protect (can be disabled) | Amazon OS-level (cannot be disabled) |
| Sideloading difficulty | Moderate — must manage Play Protect | Easy — just enable Unknown Sources |
| 🏆 Downloader app | Available (Play Store) | Available (Amazon Appstore) |
| ADB sideloading | Yes | Yes |
| 2026 sideload restrictions | Yes — Google enforcing in September | No — not a certified Android device |
Amazon’s Own Blocking System
Amazon has its own approach that’s completely separate from Play Protect:
- OS-level blocking — Amazon maintains a blacklist of flagged piracy apps
- Cannot be disabled through settings (unlike Play Protect)
- Shows an “App installation blocked” popup for flagged apps
- Can remotely disable already-installed flagged apps via Fire OS updates
- Legitimate sideloaded apps (browsers, media players, utilities) are generally not affected
If you’re looking for the easiest sideloading experience, a Firestick is honestly simpler — you just enable “Install Unknown Apps” in Developer Options and you’re done. Check out our complete sideloading guide for the full walkthrough.
Google’s 2026 Sideloading Restrictions: What’s Coming
This is the big one. Starting September 2026, Google will begin requiring all app developers — including those distributing outside the Play Store — to verify their identity. Unverified apps will be blocked from installing on certified Android devices.
This goes beyond Play Protect. It’s a system-level enforcement that you won’t be able to toggle off.
Timeline
- October 2025 — Early access testing began
- March 2026 — Global developer verification opens
- September 2026 — Enforcement starts in Brazil, Indonesia, Singapore, and Thailand
- 2027+ — Global rollout continues
Which Devices Are Affected?
| Device | Affected? | Why |
|---|---|---|
| Chromecast with Google TV | Yes | Certified Android device |
| Nvidia Shield TV | Yes | Certified Android device |
| Onn 4K Pro | Yes | Certified Android device |
| Xiaomi Mi Box | Yes | Certified Android device |
| 🏆 Amazon Firestick (Fire OS) | No | Not a certified Android device |
| Fire TV Stick 4K Select (Vega OS) | N/A | Linux-based — no APK sideloading at all |
How to Sideload Apps After Disabling Play Protect
Once Play Protect is off, here’s how to actually get apps onto your Android TV:
Using Downloader (Easiest)
- Install Downloader by AFTVnews from the Google Play Store
- Open Downloader and enter the APK URL (e.g.,
smarttubeapp.github.io) - Download and install the APK
This is the same Downloader app used on Firestick — it works identically on Android TV.
Using Send Files to TV
- Install Send Files to TV on both your phone and your TV (both available in their respective app stores)
- Download the APK on your phone
- Send it wirelessly to your TV
- Open the file and install
Using ADB from a Computer
For advanced users who want full control:
# Enable ADB debugging on your TV first
# Then connect from your computer:
adb connect <TV_IP_ADDRESS>
# Install any APK:
adb install path/to/app.apk
Troubleshooting
”App Not Installed” Error
Common causes:
- Play Protect is still enabled (double-check both scan toggles)
- Insufficient storage on the device
- APK is corrupted or incompatible with your Android TV version
Fixes:
- Verify Play Protect is fully disabled (both “Scan apps” and “Improve detection”)
- Check available storage: Settings → Storage
- Re-download the APK from a trusted source
- Try an older version of the APK if your device runs an older Android TV version
App Keeps Getting Removed After Installation
Even with Play Protect disabled, apps can occasionally get removed after a system update triggers a re-scan.
- Confirm both Play Protect toggles are off
- Clear Play Store cache: Settings → Apps → Google Play Store → Clear cache
- Reinstall the app
- If it keeps happening, install via ADB instead — apps installed via ADB are less likely to be flagged
Can’t Find Security Settings
Settings paths vary wildly by manufacturer. Here’s a cheat sheet:
| Brand | Path to Play Protect |
|---|---|
| Google (Chromecast) | Settings → Privacy → Security |
| Nvidia (Shield) | Settings → Device Preferences → Security & Restrictions |
| Sony | Settings → Device Preferences → Security |
| TCL | Settings → System → Security |
| Xiaomi | Settings → Security |
| Hisense | Settings → System → Security |
| Generic | Settings → Apps → Security & Restrictions |
If you still can’t find it, use Method 1 (Play Store app) — it’s always the same path.
Staying Safe Without Play Protect
Disabling Play Protect is perfectly legal — it’s a user preference, not a hack. But you are taking on responsibility for vetting your own apps. Here’s how to stay safe:
- Only install from trusted sources — official developer websites, GitHub releases, or reputable APK sites like APKMirror
- Check APKs with VirusTotal — upload any APK to virustotal.com before installing
- Use a VPN — encrypts your traffic and adds a layer of privacy when using sideloaded apps
- Re-enable Play Protect after installing — if you only sideload occasionally, turn it back on when you’re done
- Keep your device updated — system security patches protect you regardless of Play Protect’s status
Surfshark
- Native Android TV app — no sideloading needed
- Unlimited simultaneous devices
- Encrypts all streaming traffic from ISP monitoring
Re-Enabling Play Protect
Changed your mind? Here’s how to turn it back on:
- Follow the same path you used to disable (Play Store → Profile → Play Protect → Settings)
- Toggle Scan apps with Play Protect back ON
- Optionally run a manual scan: Play Store → Profile → Play Protect → Scan
Good news: Re-enabling Play Protect won’t automatically remove apps you’ve already installed. It will scan new installations and may warn about existing sideloaded apps, but it won’t silently delete them.
Frequently Asked Questions
Will disabling Play Protect harm my device?
No. Your device will function identically — you just won’t have automatic malware scanning for new app installs. Only install apps from sources you trust and you’ll be fine.
Does Play Protect turn itself back on?
No. Once disabled, it stays off until you manually re-enable it. However, a factory reset will re-enable it.
Does this work on all Android TV devices?
Yes. Any device running Android TV or Google TV with Google Play Services has Play Protect and can be disabled using these methods. Fire OS devices (Firestick) don’t have it at all.
Why does Play Protect flag apps like SmartTube and Kodi?
Play Protect flags apps that block ads, modify content delivery, or access streaming sources outside official channels — even if the apps themselves are completely safe. It’s automated pattern matching, not a judgment about the app’s actual safety.
Is sideloading legal?
Yes. Sideloading apps on your own device is legal. Using sideloaded apps to access pirated content is a separate matter, but the act of sideloading itself is your right as a device owner.
Should I use a VPN on Android TV?
If you’re sideloading apps, a VPN like Surfshark adds meaningful privacy. It encrypts your traffic so your ISP can’t see what you’re streaming, and it prevents throttling on high-bandwidth content. It’s especially useful with IPTV services and apps like Stremio or Kodi.
Summary
To disable Google Play Protect on Android TV:
- Open Google Play Store → tap your profile icon
- Select Play Protect → tap the gear icon
- Toggle off Scan apps with Play Protect
Key takeaways:
- Only Android TV and Google TV devices have Play Protect — Firestick does not
- Disabling is safe and legal — the setting stays off until you re-enable it
- The “Install anyway” option lets you bypass individual blocks without fully disabling
- Google’s September 2026 restrictions will add system-level sideloading blocks that can’t be toggled off
- Always install from trusted sources and consider using a VPN for privacy
For the easiest sideloading experience without Play Protect hassles, a Firestick is still the simplest option. Check out our sideloading guide or the best Firestick apps to get started.
Firestick Sideloading Guide → Try Unify IPTV for Live TV →This article contains affiliate links. We may earn a commission when you purchase through our links, at no extra cost to you.
Last updated: February 2026