Share menu (Share Menu) on Android is one of the most used tools, but over time it turns into a chaos of dozens of unnecessary applications, duplicate options and outdated links. Every time you try to send a photo, link or file, you have to scroll through a long list, where among 20+ options only 2-3 are really needed. Even worse: some applications automatically add themselves to this menu without your consent, slowing down the system and complicating interaction.
The problem is aggravated by the fact that Android does not offer a built-in tool for mass clear this menu. Depending on the OS version (Android 10-14) and shell (MIUI, One UI, ColorOS etc.), the solution methods vary. In this article we will look all working methods from manual configuration to using hidden functions and third-party utilities. You will learn how not only to hide unnecessary items, but to completely remove them from the system so that they do not appear again after a reboot.
Why is the โShareโ menu filled with garbage?
The main reason for the list to grow is Aggressive app integration into the system. When you install new software (for example, instant messenger or cloud storage), it automatically registers itself as a processor of certain file types. Even after deleting an app, traces of it may remain in the Share menu due to:
- ๐ฆ Cached data โ Android Retains information about past actions to speed up re-access.
- ๐ Residual files โnot all apps delete their apps correctly.
intent-filter(intent filters) during uninstallation. - ๐ค System updates โ some shells (for example, MIUI 14+) reset menu settings after updates.
- ๐ฑ Smartphone manufacturers โ Samsung, Xiaomi, Oppo and others are added to menu your services (for example, Quick Share or Mi Drop), which cannot be removed using standard means.
Interesting fact: in Android 12 and newer Google tried to solve the problem by adding a function "Priority applications" (Priority apps). However, it works unstable - some applications still make their way to the top of the list, and the setting is reset after updates.
Method 1: Manually setting up priority applications (Android 10+)
The simplest method is disable the display of unnecessary applications directly in the โShareโ menu. This method works on most modern devices, but has a limitation: it does not delete items forever, but only hides them until the next reset.
Instructions:
- Open any application (for example, Gallery) and select the file to sending.
- Click the button "Share"** (icon with three dots and lines).
- At the bottom of the menu, tap on
More(orOther applications). - Hold your finger on an unnecessary application and drag it to the section
Do not show(or click on the โ๏ธ icon next to the name). - Confirm the action by selecting
HideorDo not show.
On some firmware (for example, One UI 5.0+ on Samsung) this path may differ:
Settings โ Applications โ "Share" menu โ Customize order
Check the Android version (Settings โ About phone)
Update the firmware to the latest version
Make a backup copy of your important data
Close all background applications-->
โ ๏ธ Attention: On devices with Android 9 and below, this method may not work. Also, some system applications (for example, Bluetooth or Wi-Fi Direct) cannot be hidden using standard means.
Method 2: Resetting the โShareโ menu settings via ADB
If manual settings do not help, and the menu is still clogged with garbage, you will have to use debug bridge ADB. This method requires connecting the smartphone to the PC, but it allows completely reset the Share menu cache at the system level.
What you will need:
- ๐ป A computer with installed drivers ADB.
- ๐ฑ Smartphone with enabled
USB debugging(Settings โ About phone โ Build number- tap 7 times, then return toSettings โ System โ For developers). - ๐ Cable USB-Type C (preferably original).
Step-by-step guide:
- Connect your smartphone to the PC and open
Command Prompt(cmd) in the folder with ADB. - Enter the command to check the connection:
adb devicesThe name of your device should appear.
- Reset the "Share" menu cache:
adb shell pm clear com.android.providers.media - Reboot your smartphone.
| ADB Command | Action | Note |
|---|---|---|
adb shell pm clear com.android.providers.media |
Reset media provider cache | Deletes Share history and other temporary data |
adb shell pm disable-user --user 0 com.example.app |
Disable the application for the current user | Replace com.example.app with a package of unnecessary software |
adb shell cmd shortcut reset-throttling |
Reset launch restrictions applications | Helps if menu items are not updated |
Before executing commands ADB make a backup copy of your data via adb backup -apk -shared -all -f backup.ab. This will save all applications and settings in case of failure.
Method 3: Using third-party applications (without root)
If ADB seems complicated, you can use specialized utilities. They do not require rights root, but some functions may be limited.
Top 3 applications for cleaning the Share menu:
- ๐ ๏ธ AndMade Share Cleaner - allows you to hide unnecessary items and sort priority ones. Powered by Android 8+.
- ๐งน Share Menu Editor โadvanced editor with the ability to export/import settings. Supports MIUI, ColorOS, One UI.
- ๐ App Inspector - helps to find and disable applications that add themselves to the menu without permission.
How to use AndMade Share Cleaner:
- Download the application from Google Play and open it.
- Click
Scanโthe utility will analyze all applications integrated into the โShareโ menu. - Select unnecessary items and tap
Hide. - Reboot the device to apply the changes.
โ ๏ธ Attention: Some applications (for example, Share Menu Editor) may require permission to accessUsage Access(Settings โ Accessibility โ Access to use). Without this, they will not be able to block system services.
What to do if the application is not hidden?
If after using the utility the menu item still appears, try:
1. Clear application cache Settings โ Applications โ Find application โ Storage โ Clear cache.
2. Disable the application via ADB (see Method 2).
3. Remove system application updates (for example Google Play Services) if they add unnecessary options.
Method 4: Cleaning through application settings (for advanced users)
Some applications add themselves to the "Share" menu via explicit intent filters (intent-filters) in the manifest. To remove them permanently, you need to disable the corresponding permissions.
Instructions:
- Go to
Settings โ Applications. - Select an application that adds unnecessary items (for example, Facebook or VK).
- Tap on
Permissionsand disable:Display on top of other applicationsRead/write data from clipboard
Access media files - Go back to the main application menu and click
Stop(orForce stop).
For system applications (for example, Google Drive or Samsung Cloud) this method can will not work. In this case, only ADB or root-access will help.
Disabling permissions does not completely remove the application, but blocks its integration into the โShareโ menu. This method is safer than deleting via root, since it does not affect system permissions. files.
Method 5: Complete reset (extreme case)
If none of the methods helped, and the โShareโ menu is still full of garbage, there remains reset to factory settingsThis is a radical solution that will return the smartphone to its original state, but will delete everything. data.
How to reset:
- Create a backup copy of important files (photos, contacts, messages).
- Go to
Settings โ System โ Reset settings. - Select
Delete all data (factory reset). - Confirm the action and wait for the reboot.
After the reset, the โShareโ menu will be clean, but you will have to configure your smartphone again. To avoid refilling the menu, watch what applications you install and regularly clear the cache.
โ ๏ธ Attention: On some devices (for example, Xiaomi c MIUI), resetting does not always remove system applications from the โShareโ menu. In this case, only custom firmware will help. data-i="210">Attention: ROM.
How to prevent the menu from refilling?
To keep the Share menu clean, follow these rules:
- ๐ซ Remove unnecessary applications immediately after use, they can add themselves to the menu.
- ๐ Clear the cache regularly via
Settings โ Storage โ Clear cache. - ๐ก๏ธ Disable auto-updates for applications that are aggressively integrated into the system (for example, TikTok or AliExpress).
- ๐ฑ Use alternative launchers (for example, Nova Launcher), which allow you to customize the โShareโ menu more flexibly.
It is also worth paying attention to synchronization settings. data-i="229">Settings โ Applications โ Autorun. Some cloud services (for example, Google Drive or Dropbox) automatically add themselves to the menu when you first launch them. Disable the autostart of such applications in Settings โ Applications โ Autorun.
FAQ: Frequently asked questions about clearing the Share menu
Is it possible to remove system applications (for example Bluetooth or Wi-Fi Direct) from the menu โShareโ?
Without rootrights it is impossible to delete them, but you can hide them through ADB or third-party utilities (for example, LineageOS) this is done through Settings. โ System applications.
Why is the โShareโ menu filled with garbage again after an Android update?
Updates often reset user settings. To avoid this, before updating, make a backup copy of the menu settings via Share Menu Editor and restore them after.
Is there a way to clear the "Share" menu without connecting to a PC?
Yes, use applications like AndMade Share Cleaner or App Inspector. They do not require ADB, but may require permission to access accessibility features.
Is it possible to return hidden applications back to the "Share" menu?
Yes, to do this, go to the "Share" menu settings (as in Method 1) and drag the application from the section Do not show back to the main list.
Why are some applications (for example, Telegram) duplicated in the menu?
This happens because the application registers several intent-filter for different file types (images, videos, text). To remove duplicates, use ADB or the menu editor.