In the process of actively using a smartphone based on Android users often encounter a situation where the system “remembers” the choice of certain software to perform standard actions. For example, you accidentally clicked “Always” when opening links in a browser you don’t like, or installed a new launcher, but the system stubbornly returns the old interface. This feature is designed to speed up your device, but sometimes it becomes a serious obstacle when changing your usual tools.

Resetting apps to default is a safe and common procedure that does not delete your personal data, contacts or photos. It only clears the list of associations, forcing the system to ask you again which app you want to open the file, link or perform the action with. This gives you the opportunity to reconsider your choices and assign more appropriate tools to your daily tasks.

In this guide, we'll take a closer look at all the available ways to manage these settings. You will learn how to find the desired section in the menu, what to do on smartphones from different manufacturers, and what to do if standard methods do not work. Understanding the logic of operation file associations will help you manage your device effectively.

Why do you need to reset the selection of applications

The mechanism of operation Android suggests that for each type of action (opening web pages, photo viewing, dialing) one main application must be assigned. The first time you perform such an action, the system offers a choice. If you press the confirm button without being able to select again, the system locks that selection until you manually change the settings.

The need for a reset arises in several common scenarios. For example, you installed a new, more functional browser, but links still open in the old one. Or you decide to change the keyboard to a more convenient one, but the system ignores your attempts. In such cases resetting preferences is the only solution without the need to uninstall apps.

⚠️ Attention: Resetting application settings to default does not delete the cache or data of the applications themselves. Your logins, passwords and history inside the apps will remain intact, only the app that starts automatically upon a certain action will change.

Sometimes users want to return the factory settings of the selection in order to test the operation of the system “from scratch.” This is useful in diagnosing problems when some action causes an error or freeze. Resetting associations allows you to eliminate conflicts between several apps that claim the same function.

📊 What problem are you having?
Links open in the wrong browser
I can’t change the launcher
Photos open in the gallery, not in editor
Another problem

Global reset of all application preferences

The fastest and most radical way to solve the problem is to perform a global reset of all application preferences. This method returns the settings of all apps to the state in which they were immediately after the system was installed. You do not have to look for a specific application in the list; the system itself will clear all bindings.

To perform this operation, you need to go to the main settings of the device. The path may differ slightly depending on the version Android and shell of the manufacturer, but the logic remains the same. Usually you need to find the section responsible for managing the installed software.

Find the menu item Settings → Applications. In some versions of the interface, this section may be called Application Manager or Manage applications. In the upper right corner of the screen there is often a menu with three dots, where the desired function is hidden.

  • 📱 Click on the three dots in the corner of the application settings screen.
  • ⚙️ Select "Reset application settings" or "Reset preferences".
  • ✅ Confirm the action in the pop-up window.
  • 🔄 Restart the device to apply the changes.

After completing these steps, the next time you open a link, photo or document, the system will prompt you to select again application. Please note that this method also resets notification settings that you may have turned off for specific apps, and permissions granted by default.

💡

Before the global reset, remember which notifications you turned off for annoying games or stores, since after the procedure they may turn on again.

Changing the default application for specific actions

If If you don't want to reset settings for all apps at once, but want to change the behavior for only one function (for example, only for the browser or only for calls), you should use a targeted setting. This approach is more flexible and allows you to keep the rest of your preferences intact.

In modern versions Android there is a special section dedicated specifically to default applications. It is placed in a separate menu for user convenience. Here you can explicitly specify which app should be responsible for phone calls, SMS, browser or home screen.

Go to the section Settings → Applications → Default applications. In some shells, this path may look like Settings → System → Default applications. You will see a list of action categories. By clicking on any of them, you can select the desired application from the installed list.

Action category Description functions Example applications
Browser Opening links from instant messengers and mail Chrome, Firefox, Opera
Phone Making calls when you click on a number Phone, Truecaller
SMS Sending and receiving text messages Messages, Textra
Home application Desktop and launcher OneUI Home, Nova Launcher

Selecting the desired one category, the system will show a list of available apps. Just tap on the one you want to make the main one. Changes take effect instantly and no device reboot is required. This is the most civilized way to manage priorities in the system.

Resetting settings for a specific application

There are situations when the problem lies not in global settings, but in the cache or specific parameters of one specific application. For example, the gallery stopped opening videos in the required player. In this case, it is advisable to clear the settings of this particular software.

Go to the menu Settings → Applications and find the problematic app in the list. This could be a browser, gallery or file manager. Tap on the application name to open its detailed information page.

On the application information screen, find the “Open as default” or “Launch as default” section. If the app has any associations set, it will indicate the number of links or actions it supports. Click on the button Delete default settings.

☑️ Checking application settings

Done: 0 / 4

After clicking the button, all bindings for that particular application will be deleted. The next time you try to perform an action that this app previously handled, the system will ask you again for a choice. This method is especially useful if you want to temporarily disable an application from handling certain types of files.

⚠️ Warning: The Clear Defaults button may be greyed out (grayed out) if there are no default actions set for that application. This is normal behavior of the system.

Features of settings on smartphones of different brands

Although the basis of the system Android is the same, smartphone manufacturers often make significant changes to the interface and menu structure. This can be confusing for a user who is used to “pure” Android. Let's look at the differences using the example of popular brands.

On devices Samsung with a shell One UI the path to settings often lies through the “Applications” section, but the item to reset all preferences is hidden in the additional settings menu (three dots). To change the browser or dialer, there is a separate sub-item in the main settings menu.

Smartphones Xiaomi with a shell MIUI or HyperOS have their own specifics. Here, default app settings are often found in the Advanced Settings section or directly in the app management menu. The interface may be more overloaded with advertising or offers to install branded services.

Secrets of pure Android

On Google Pixel and Motorola smartphones, the interface is as close as possible to the reference one. Here, the "Default applications" item is located in the "Applications and notifications" -> "Advanced" section. This is the easiest path for beginners.

Devices Huawei and Honor also have a unique menu structure. Often the required item is located in the “Applications” -> “Default Applications” section, but in older versions of the shell EMUI this could be hidden deep in the system settings. Always use the settings search if you cannot find the desired section visually.

Advanced methods and working with ADB

For experienced users who are not afraid of the command line, there is a more powerful tool for managing settings - debugging by ADB (Android Debug Bridge). This method allows you to force a reset, even if the system interface is blocked or does not work correctly.

To use this method, you must enable the “For Developers” mode in the phone settings and connect the device to the computer. After installing ADB drivers and utilities, you can enter commands to manage packages and preferences.

adb shell pm reset-permissions

This command resets all permissions and settings to default for all applications on the device. It functions similarly to a menu button, but works at the system level. This is useful for deep diagnostics or preparing the device for resale without a full data reset (Factory Reset).

⚠️ Attention: Using ADB commands requires caution. Entering commands incorrectly can lead to system instability. Make sure you understand the effect of each command before executing it.

Also through ADB, you can find out which application is designated as a handler for a particular type of link, and forcefully disable it. This gives you complete control over how your operating system responds to external signals.

💡

A global reset through the settings menu is the safest and most accessible method for 99% of users. Using ADB is justified only in complex diagnostic cases.

Frequently asked questions

Will resetting applications to default delete my photos and contacts?

No, this operation affects only system associations and app launch settings. All your personal files, media, contacts and messages will remain completely safe. Only the settings for which app opens when you click on a file are deleted.

Why, after a reset, does the system again prompt you to select an application?

This is normal and expected behavior. Resetting to default erases the system's "memory" of your previous choice. The next time an action is performed (for example, opening a link), Android must ask the user what exactly he wants to process this request.

Is it possible to reset the settings for only one file type, for example, only for PDF?

There is no direct way to select only the file type in the settings menu. However, you can go to the settings of the specific application that opens the PDF (for example, Adobe Reader), and there click “Clear default settings.” This will only break the link for that app and that file type.

What if the reset button is greyed out?

If the button is greyed out, then there are no hard links set for the selected apps or globally. Perhaps the system is already configured to prompt you for a choice with every action, or you are in the wrong section of the menu.

Does resetting affect the operation of widgets on the desktop?

Usually no, widgets continue to work. However, if the widget depends on a specific application whose settings have been reset (for example, a weather or mail widget), it may require re-configuration or authorization within itself, but the widget itself will not disappear from the screen.