Xiaomi Mi A3 β One of the few smartphones of the brand, running on βpureβ Android One instead of the proprietary shell MIUI. This gives users both advantages (fast updates, no ads) and limitations β for example, the standard app hiding features here are implemented differently than on other Xiaomi devices. Whether you want to eliminate unnecessary programs, system utilities, or just protect privacy, this guide will help you understand all the available methods.
Unlike in the past. MIUI, where the application hiding is built into the launcher settings, on Mi A3 Some methods require minimal technical skills (e.g., working with a computer system). ADB), And some of them are good for beginners, and we'll look at all the current options, from standard Android tools to third-party solutions, and we'll also talk about the pitfalls of each method. Not all apps can be hidden completely (especially system ones), but they can be removed from the main screen and menu.
Why on Mi? A3 There is no standard app hiding function?
The main reason is the lack of a shell MIUI. Most Xiaomi smartphones use a proprietary launcher with built-in program hiding option (for example, in Settings). β Annexes β Hidden applications. However, Mi A3 It runs on Android One, Googleβs Android version without customizing the manufacturer. On pure Android, there is no such feature by default, as Google believes that users should have access to all installed programs.
It's not that you can't hide the apps, but you're just going to have to use alternative methods.
- π± Change of launcher β installation of a third-party launcher with a concealment function.
- π§ ADB-commands - disabling applications through debugging USB.
- π Passwords and folders β Protecting access to programs without hiding them completely.
- π¦ System settings β disabling or βfreezingβ unnecessary utilities.
Another nuance: on the Mi A3 You can't completely remove system applications without root rights, but you can disable or hide them from the user, for example, for pre-installed Google services that are not in use but occupy space in the menu.
Method 1: Hiding through a standard launcher (without third-party programs)
While Android One doesnβt have a built-in hide feature, you can do without installing additional utilities. A3). The method is suitable for those who want to simply remove apps from the home screen and menu, but do not remove them completely.
How to hide the application through folders:
- Press and hold the icon of the app you want to hide.
- Drag it to another icon to create a folder.
- Name the folder neutrally (e.g., "Tools" or "Reserve").
- Move the folder to the second screen or to the end of the app list.
This way of doing this doesn't hide the program completely, but it makes it less visible.
- π Block the folder with a password (if the launcher supports this function).
- π Use gestures to quickly access hidden programs (e.g. swipe down the screen).
- πΌοΈ Install a neutral icon for the folder (via launcher settings, if available).
π‘
If you use hidden apps often, add their widgets to a separate screen, so they will be available, but will not appear in the main menu.
Limitations of the method:
- The app will remain in the All Apps list (swipe up from the dock panel).
- System programs (such as Google Play Music) cannot be removed or completely hidden.
- When a launcher is reset (for example, after an update), the folders can organize.
Method 2: Disable applications through Android settings
If the goal is not to simply hide, but to completely disable unnecessary programs (such as Google preinstalled services or system utilities), this can be done through the settings menu. The method does not require root rights, but has limitations: disabled applications will not update and associated functions may stop working.
Step-by-step:
- Open the Settings. β Annexes and notifications.
- Click Show all applications (the number of installed programs will be displayed at the top).
- Select the app you want to disable (such as Google Play Movie or Mi Video).
- Click Disable (the button is active only for system applications).
- Confirm the action in the dialog window.
Important: Disabling system applications (such as Google Play Services) can cause your smartphone to run in an unstable way. Do not disable programs that contain the name "Service", "Framework" or "System".
| Type of application | Can I turn it off? | Effects of consequences |
|---|---|---|
| Pre-installed Google services (Play Music, Duo, Movie) | β Yes. | It wonβt be updated, but the basic Android features will remain functional. |
| System utilities (Camera, Phone, Contacts) | β No. | The "Disable" button is inactive. |
| Xiaomi apps (Mi Community, Mi Video) | β Yes. | Stop sending notifications and taking up space on the menu |
| Third-party programs (installed by the user) | β No. | You can only remove or hide through the launcher. |
To return the disabled application:
- Go to Settings β Applications and notifications.
- Click on the three dots in the upper right corner and select Show System.
- Find the disabled application and click Enable.
π‘
Disabling applications frees up menu space and reduces background activity, but does not remove them completely. Root rights are required to completely remove system programs.
Method 3: Using a third-party launcher with hidden applications
The most reliable way to hide applications without technical manipulation is to install an alternative launcher that supports this feature. A3 well-worked:
- π Nova Launcher β supports app hiding, gestures, backup settings.
- π± Apex Launcher β a light launcher with the option of hiding and blocking programs.
- π Microsoft Launcher β allows you to hide applications in βPersonal Storage".
- π¨ Action Launcher β Flexible Icon Visibility Settings.
How to hide apps in Nova Launcher:
- Install Nova Launcher from Google Play.
- Press and hold the free space on the home screen, then select Settings.
- Go to the Applications menu section β Hidden applications.
- Check the boxes of the programs you want to hide.
- Click Ready β Apps will disappear from the menu.
Advantages of the method:
- β No need for root or technical knowledge.
- β Hidden applications remain functional (they can be run through search or widgets).
- β The ability to return visibility in two clicks.
Download APK Or install it from Google Play.|Make a backup of the current launcher settings|Check compatibility with Android 9/10|Disable battery optimization for launcher (in application settings)-->
Disadvantages:
- β Some launchers can slightly increase battery consumption.
- β Hidden applications will still be visible in Settings β Annexes.
- β When a launcher is reset (for example, after an update), the hiding settings may reset.
How do you get back the standard launcher?
Method 4: Hiding through ADB-Teams (for advanced users)
If you are willing to take advantage of the debugging USB, You can hide applications at the system level without rooting. ADB (Android Debug Bridge, and you can disable even those programs that you can't hide in other ways. ADB It can cause malfunctions in the smartphone.
What you need:
- π₯οΈ Computer with installed ADB-driver.
- π± Included debugging by USB on Mi A3 (Settings β The phone. β Build Number β Press 7 times, then return to Settings β System system β For developers β Debugging by USB).
- π USB-cable (preferably original).
Step-by-step:
- Connect Mi. A3 to the computer and confirm confidence in the device on the smartphone screen.
- Open the command line (Windows) or terminal (macOS/Linux) in the adb folder.
- Enter the command to check the connection: Adb devices must appear serial number of your device.
- To hide the app, use the command: adb shell pm hide com.package.name Replace com.package.name with a real application package (you can find it through App Inspector).
- To return visibility: adb shell pm unhide com.package.name
Unique feature of the Mi A3: Android One allows some system packages to be protected from changes ADB. If the pm hide command doesnβt work, try disabling the app via pm disable-user:
adb shell pm disable-user --user 0 com.package.nameadb shell pm list packages | grep "appendix name"
For example, for Google Play Music: adb shell pm list packages | grep music-->
β οΈ Warning: Disabling critical system applications (e.g. com.android.systemui) may result in an interface freeze or loss of functionality.Before experimenting, back up your data or write down all executed commands to return changes.
Examples of useful commands for Mi A3:
| Purpose | Team team. |
|---|---|
| Hide Google Play Movies | adb shell pm hide com.google.android.videos |
| Turn off Mi Community | adb shell pm disable-user --user 0 com.miui.bbs |
| Hide Google Duo | adb shell pm hide com.google.android.apps.tachyon |
| Return all hidden applications | adb shell pm list packages -d (will show the list, then adb shell pm enable packet |
Method 5: Apps for concealment (without root)
If the previous methods don't work, you can use specialized tools to hide applications, and they work like sandboxes, which create a secure area where hidden programs are placed. A3 Well-established:
- π App Hider β hides applications under the guise of a calculator or other harmless program.
- ποΈ Hide App-Hide Application Icon β Simple interface, password support.
- π‘οΈ Parallel Space β creates a clone of the application in a protected space.
- π Calculator Vault β masks hidden programs under a calculator.
How to work with App Hider:
- Install App Hider from Google Play.
- Open the utility and set a password (or fingerprint).
- Press. + and select applications for concealment.
- Hidden programs will disappear from the menu and will only be available through App Hider.
Advantages:
- β Does not require root rights or ADB.
- β You can hide both user and system applications (except for mission-critical ones).
- β Additional password protection.
β οΈ Warning: Some concealment applications (such as Parallel Space) can slow down a smartphone by creating a virtual space. A3 With its modest 4GB of RAM, this is particularly noticeable. Check the reviews about compatibility with Android One before installing.
Comparison of popular utilities:
| Annex | Needs root? | Support for Android One | Additional functions |
|---|---|---|---|
| App Hider | β No. | β Yes. | Masking under the calculator, blocking calls |
| Hide App | β No. | β Yes. | Password, fingerprint, backup |
| Parallel Space | β No. | β οΈ Partially (may brake) | Cloning of applications, topics |
| Calculator Vault | β No. | β Yes. | Hiding photos and videos, cloud redundancy |
What to do if the application is not hidden?
Sometimes even after all the methods are applied, some programs remain visible, and here are the most common causes and solutions:
1.The application is system-based and protected from changes.
Solution: Try to disable it through ADB (See Method 4) or use a hide-out launcher (see Method 3.
2.The launcher does not support cover-up.
Solution: Install an alternative launcher (e.g., Nova Launcher) or use concealment utilities (see Method 5).
3.The app is updated via Google Play and reappears.
Solution: Turn off automatic updates for this app on Google Play β My apps. β Settings (βοΈ) β Auto-update.
4.After the reboot, the hidden apps are visible again.
Solution: This is typical of methods based on ADB Or launchers:
- π Repeat command ADB post-boot.
- π± Install a launcher with autosave settings (e.g., Nova Launcher with backup option).
- π Use hidden utilities with a password (they save settings even after rebooting).
5. Antivirus blocks utilities for hiding.
Solution: Add a hideout app to the antivirus exceptions or temporarily disable protection during setup.
π‘
If neither method works, check if the application is part of the firmware. For example, Google Play Services or Android System WebView cannot be hidden or disabled without consequences for the system.