Many smartphone users suddenly discover applications with the name Apps Press or similar options in the list of installed apps or in the "Settings" section. This raises a natural concern: what kind of app is this, is it a virus, and why do you need it on your device at all? Owners of budget models Xiaomi, Samsung or Realme often face this issue, since the application is often pre-installed by the system.

In fact, in 9 out of 10 cases this is a system component responsible for displaying news and advertising blocks. Apps Press is a content aggregator that is integrated into the launcher or system shell of your smartphone. It does not aggressively collect your personal data, but it consumes Internet traffic and can load RAM in the background.

In this article, we will examine in detail the nature of this software, find out whether it can be removed without harm to the system, and consider ways to disable annoying notifications. You will learn how to distinguish a system service from a malicious fake and what settings should be changed to optimize the operation of the gadget.

The technical essence of the Apps Press application

Technically Apps Press is a content delivery module (Content Delivery System). Its main task is to download information from the Internet and display it in special widgets on the desktop or in the โ€œMinus One Screenโ€ ribbon, which opens by swiping to the right of the main screen. Smartphone developers enter into agreements with advertising networks to monetize their devices by selling them below cost.

The application process is as follows: when connected to the network Apps Press requests the server for a list of current news, articles or offers. It then caches this data in the device's memory. That is why you can see news even if there is a temporary absence of Internet, if they were downloaded earlier. This is a legitimate system process, and not a hidden miner or spy.

However, there are third-party applications with similar names that users download independently from stores Google Play. Such apps are often disguised as system utilities, but in reality they are aggressive adware. They can create desktop shortcuts, block other windows, and significantly reduce productivity. It is important to be able to distinguish between a system component and installed "garbage".

โš ๏ธ Attention: If an application Apps Press requires suspicious permissions, such as access to contacts, microphone or SMS, uninstall it immediately. The system news aggregator should not have access to your personal correspondence or calls.

To authenticate, go to the application settings. If you see the "Uninstall updates" option or the "Uninstall" button is inactive (foggy), then this is a built-in system service. If the delete button is active and the application was installed recently, it is third-party software, which is better to get rid of.

๐Ÿ“Š Where did you get the Apps Press application?
It was pre-installed on the phone
I downloaded it myself from the Play Market
It appeared after installing another one apps
I donโ€™t know, I just saw it in the list

Why do manufacturers build in this service

The business model of many smartphone manufacturers, especially in the budget and mid-range segments, is based not only on the sale of hardware. Additional income comes from advertising and affiliate apps. Apps Press is a tool for implementing this strategy. By showing you news about discounts in electronics stores or new games, the manufacturer receives payment for each click or view.

The user receives a device at a lower price, but pays for it with attention to advertising content. This is a kind of compromise: you save money when purchasing, but the system periodically prompts you to familiarize yourself with the materials. In expensive flagship models, such services are often disabled by default or absent altogether, since the marginality of the device allows you to do without unnecessary water.

In addition, the presence of such a module allows the manufacturer to quickly convey information to the user. For example, when an important security update is released or the terms of use of services change, a notification may come through the channel Apps Press. This is a more effective method of communication than Push notifications, which users often disable.

โš ๏ธ Attention: MIUI, OneUI and ColorOS shell interfaces are constantly updated. The names of system services may change in new versions of Android. Always check the package description with the official documentation of your model before removing.

Some users mistakenly believe that removing this component will speed up the phone significantly. In practice, the impact on overall performance is minimal unless you have an extremely weak device with 2GB of RAM. The application deals the main blow to battery life and mobile traffic consumption.

Instructions for disabling and uninstalling Apps Press

Complete removal of a system application without root access is often impossible, since it is built into the section /system/priv-app. However, you can effectively disable it by disabling it from running and clearing the data. This will stop background activity and stop showing news.

First you need to find the application in the list. Go to Settings โ†’ Applications โ†’ All applications. Find in the list Apps Press, MSA (MIUI System Ads) or Advertising settings. Click on the title to open the application card. Here you will see control buttons.

โ˜‘๏ธ Algorithm for disabling the service

Done: 0 / 1

First of all, press the button Stop. This will forcefully terminate the current app session. Then select the item Clear and confirm the action for the item Clear all data. This will delete the news cache and reset the personalization settings that the application has managed to collect.

Next, go to the Notifications section inside the application card. Turn off the switch completely Show notifications. This is a critically important step, since it is through notifications that the service most often reminds itself of itself, showing article titles in the notification curtain.

If there is an item in the menu Autostart, be sure to disable it. This will prevent the service from starting immediately after the phone is rebooted. In some shells, you also need to disable permission on Display on top of other windowsto block pop-up banners.

๐Ÿ’ก

Before disabling system services, write down their exact name or take a screenshot. If after rebooting the phone starts to behave strangely, you can quickly find and turn the service back on.

Removal via ADB for advanced users

For those who want to completely cut the application from the system without getting root access, there is a tool Android Debug Bridge (ADB). This method allows you to remove system packages for the current user. The phone does not lose its warranty, and restoration is possible by simply resetting the settings.

First you need to activate developer mode. Go to Settings โ†’ About phone and quickly click 7 times on the item Build number. After the message โ€œYou have become a developerโ€ appears, return to the main settings menu and find the new section For developers. Turn on the item there USB debugging.

Connect the smartphone to the computer with a cable. The platform must be installed on the PC SDK Platform-Tools. Open a command line or terminal in the tools folder and enter the command to test the connection:

adb devices

A request for debugging permission will appear on the phone screen - confirm it. If you see the device serial number in the console, the connection is established. Now you need to find out the exact name of the application package. Enter the command:

adb shell pm list packages | grep press

The system will display the package name, for example, com.miui.msa.global or similar. Copy it. To uninstall an application for the current user, use the following command:

adb shell pm uninstall -k --user 0 package_name

โš ๏ธ Attention: Be extremely careful with ADB commands. Removing critical system packages (for example, those responsible for the phone book or input system) may cause the phone to stop loading or become unusable.

After successfully executing the command, the application will disappear from the list of installed apps. It will not take up memory space or consume resources. However, when you reset the phone to factory settings, the application will return, since the file physically remains on the system partition.

How to restore an application deleted via ADB?

If you realize that you have deleted unnecessary things, you can restore the application with the command: adb shell cmd package install-existing package_name. This will return the system component to its default state.

Impact on performance and battery

Many users are wondering whether it is worth spending time fighting this service. The answer depends on the condition of your battery and processor model. On modern devices with capacious batteries, the influence Apps Press is almost unnoticeable. The Android optimization process does a good job of handling the background tasks of such services.

However, on older models or smartphones with worn-out batteries, every extra process is important. The news aggregator constantly maintains an active network connection, checking for feed updates. This prevents the processor from entering Deep Sleep mode, which leads to increased discharge in standby mode.

The table below shows approximate data on resource consumption by a typical advertising service in comparison with regular applications:

Parameter Apps Press (Active) Messenger (Background) Game (In the background)
RAM consumption 50-150 MB 20-50 MB 0 MB (frozen)
Traffic per hour 1-5 MB 0.1 MB 0 MB
Load CPU Short-term peaks Minimum Absent
Impact on battery Average (3-5% per day) Low (1-2% per day) Absent

As can be seen from the data, the main impact falls on Internet traffic and periodic processor activity. If you use an unlimited Wi-Fi plan, then traffic is not critical. But if you save mobile data, disabling the service will give a tangible result.

๐Ÿ’ก

Disabling Apps Press is most relevant for users with limited traffic plans and owners of smartphones with a battery of less than 3000 mAh.

Frequent problems and ways to solve them

Sometimes users are faced with a situation where, after disabling, the application spontaneously turns back on. This is typical for some shells, where services are tightly tied to the system launcher. When updating the system, the settings may be reset to factory settings, returning the advertising to its place.

Another common problem is the appearance of errors like โ€œApps Press has stopped.โ€ This happens if you try to remove a process that other interface components depend on, such as a weather widget or news feed. In this case, the system will cyclically try to start the service and crash.

The solution in this case is not complete removal, but fine-tuning. Leave the application installed, but revoke all permissions except Internet access (which can also be blocked through a firewall, if you have one). Disabling widgets related to news from desktops will also help.

If you notice that the phone starts to heat up immediately after installing an application, and Apps Pressappears in the list of processes, check whether it is a fake. True system service rarely causes overheating. Most likely, you installed a malicious app with a similar name. Scan your device with an antivirus, for example Dr.Web or Kaspersky.

Is it possible to remove Apps Press without a computer?

It is impossible to completely remove a system application without root access and a computer. The standard "Delete" button will be inactive. However, you can limit its capabilities as much as possible through the battery and notification settings, which is equivalent in effect to uninstallation for most users.

Is it safe to use ADB for uninstallation?

Using ADB is safe for warranty and does not require unlocking the bootloader. The risk lies only in the human factor: if you remove the wrong package, the phone may stop working correctly. Always check the package name before entering the command.

Why did advertising return after updating Android?

With major firmware updates (for example, from Android 12 to 13), the system often resets application settings to the default state. You will have to go through the procedure of disabling advertising and prohibiting autorun again.

Is Apps Press a virus?

No, if it is a system application from the manufacturer of your smartphone. This is a legal monetization tool. It becomes a virus only if you downloaded a fake from an unverified source, which disguises itself as a system service.

Does the shutdown affect the operation of the weather widget?

In some shells, the weather widget and the news feed are combined into one module. Disabling Apps Press may cause the weather widget to stop updating or disappear. In this case, try installing a third-party weather widget from the Play Market.