Hide Persistent Notifications Apk Download Fix [2021]
To fix or hide persistent notifications from an APK like " Deep Piece
" (often associated with game mods or background processes), you can use built-in Android settings or a dedicated third-party tool . Option 1: Native Android Settings (No Download Required)
Most modern Android versions allow you to silence or hide specific types of "ongoing" notifications directly: Long-press the notification in your shade . Tap the Settings (gear icon) that appears .
Look for a specific toggle like "Background Task," "Persistent," or "Service Status." Turn it off .
Alternatively, set the "Importance" to Low or Silent; this often moves the notification to the bottom of the list and removes its icon from the status bar . Option 2: Use "Hide Persistent Notifications" App
If the system settings won't let you swipe it away, the app Hide Persistent Notifications by iboalali is the standard solution .
How it works: It detects notifications that are marked as "ongoing" and hides them from your view as long as the app is installed .
Where to get it: It is available on the Google Play Store for a small fee, or you can look for the APK on reputable third-party sites like AppBrain . Option 3: Notification Blockers hide persistent notifications apk download fix
Apps like Notification Blocker & Cleaner or NotifyBlocker can "clean" your status bar by automatically hiding specific persistent messages .
NotifyBlocker: Offers a "Hide Persistent Notifications" feature specifically for apps that "constantly nag you" .
Notification Blocker: Can hide persistent system messages and clean up the bar without requiring root access .
A Note on "Deep Piece": If this notification is tied to a specific mod or background service, disabling it in settings is the safest route. If the notification keeps returning, check the "Deep Piece" app settings directly to see if there is an internal "Hide Status Icon" option.
Are you having trouble finding the Deep Piece app in your main notification settings list?
Step-by-Step: Hide Persistent Notifications APK Download & Fix
Follow this guide carefully to remove those stubborn notifications.
Step 1: Enable Unknown Sources
Before downloading any APK, go to Settings > Security and enable "Install from unknown sources" for your browser or file manager. To fix or hide persistent notifications from an
Step 2: Download the APK Search for a trusted source (like APKMirror or GitHub) for "Notification Off v5.2+" or "TidyPanel." Warning: Avoid sketchy "one-click" download sites that bundle malware.
Step 3: Install & Grant Permissions Open the downloaded APK and install it. The app will immediately ask for Notification Access. You must grant this permission:
- Go to
Settings > Apps > Special app access > Notification access. - Toggle the app ON.
Step 4: The "Fix" – Blocking Persistent Notifications Open the app and look for the tab labeled "Ongoing" or "Persistent."
- Tap on the offending notification.
- Select "Block permanently" or "Minimize" (depending on the app).
- Pro tip: Do not block system-critical alerts (like "Charging" or "USB debugging").
Step 5: Reboot Your Device After applying the blocks, restart your phone. The persistent notifications should now be gone from your lock screen and shade.
The #1 Safety Warning (Read This)
Do not download an APK claiming to "Hide all persistent notifications instantly" from random forum links. Many are spyware.
Safe sources only: GitHub (open-source), APKMirror (signed by original developer), or the official XDA Developers forum.
Method 2: ADB Commands (No Root)
- What you do: Use a PC to run
adb shell pm disable-foreground-service-notification --user 0 com.app.name - Why it fails: This is temporary. After every reboot or app update, the notification returns.
1. Core Feature Request
- Hide persistent notifications – The ability to dismiss or prevent system or app notifications that cannot be swiped away normally (e.g., “App is running in background”, “VPN connected”, “Media playing”).
- APK download – Users seek an external app (not from Google Play) because Play Store restrictions limit apps that can hide system notifications on newer Android versions (8+).
- Fix – Many users find that standard notification hider apps stop working after Android updates or on certain devices (Xiaomi, Samsung, Huawei). So they need a working method or patched APK.
Method 2: The ADB Command Hack (Best Universal Fix)
For stock Android (Pixel, Motorola, Nokia), the ADB method is the gold standard. It uses your computer to send a command that allows you to turn off specific notification channels permanently. Go to Settings > Apps > Special app
What you need: A PC/Mac, USB cable, and developer options enabled.
Step-by-step fix:
- On your phone: Enable Developer Options (tap Build Number 7 times).
- Enable USB Debugging.
- On your PC: Download Platform Tools (Google’s official ADB).
- Open Command Prompt/Terminal in the platform-tools folder.
- Run:
adb devices(confirm the RSA key on your phone). - Now, find the problematic app’s package name. Example:
com.android.chrome - Run the kill command:
Note: This disables "Heads-Up" popups, not the persistent item itself.adb shell settings put global heads_up_notifications_enabled 0
For persistent blocking: Run:
adb shell appops set [package.name] SYSTEM_ALERT_WINDOW ignore
(This stops the "App is displaying over other apps" notification.)
To hide the "running in background" alert specifically:
adb shell cmd appops set [package.name] RUN_IN_BACKGROUND ignore
Reboot your phone. The persistent notification will vanish.
3. Example APKs That Offer This Feature (Past/Current)
- AutoNotification (Tasker plugin) – Hides persistent notifications via ADB or root.
- NotiClean – Older APK that worked on Android 7–10.
- TidyPanel – Auto-dismisses selected persistent notifications.
- Hide persistent notifications (MOD) – Unofficial patched versions floating on forums (XDA, Telegram).