0

The way the Google support page ("Android 8.1 and up") is written suggests that this option may have been only available in third-party ROMs:

Disable apps that came with your phone

You can’t delete some system apps that came pre-installed on your Android phone. But on some phones, you can turn them off so that they won't show on the list of apps on your phone. To learn how to disable apps, contact your device manufacturer.

I don't personally have an issue with bloatware as I run LineageOS, but temporarily turning off apps would have often been beneficial for various reasons (some, while useful, are rarely used and may run at boot; issues with the latest update and no roll-back option).

user598527
  • 662
  • 1
  • 8
  • 27
  • With root privileges you can disable any app. – Irfan Latif Jul 02 '20 at 18:19
  • @IrfanLatif: Natively in Android? – user598527 Jul 02 '20 at 18:24
  • 1
    What does that mean? Aren't we talking about Android? – Irfan Latif Jul 02 '20 at 19:07
  • 1
    AFAIK, based on my personal experience, even without root, system apps can only be disabled (and uninstall updates, but not uninstall the app) on vanilla Android 2.x (or in fact, probably older than that). And I've also disabled some LineageOS' built-in apps since I don't intend to use it. Open the app's info and you can either disable (for system apps) or uninstall (for user apps). – Andrew T. Jul 03 '20 at 01:52
  • @AndrewT. apps signed with system certificate cannot be disabled from app's info: https://android.googlesource.com/platform/frameworks/base/+/refs/tags/android-10.0.0_r1/packages/SettingsLib/src/com/android/settingslib/Utils.java#275 – Irfan Latif Jul 03 '20 at 04:49
  • 1
    @IrfanLatif hmm, I probably need a distinction between "apps signed with system certificate" and "apps that reside on the system partition"... also, is this limitation added since Android 10 (or even Android 8.1)? I also have to clarify that most of my experience is still limited up to Android 7.x... – Andrew T. Jul 03 '20 at 05:04
  • @AndrewT. I think it's so since early days of Android. – Irfan Latif Jul 03 '20 at 05:27
  • @IrfanLatif: Yes, I meant if apps can or could be disabled in the Android user interface (without running ADB or some third-party root apps for instance). – user598527 Jul 04 '20 at 08:22
  • @AndrewT.: LineageOS does indeed have a disable option for some of its system apps (such as "email" and "browser"). – user598527 Jul 04 '20 at 08:24
  • @user598527 you need to execute pm disable <pkg_name>. Do it the way you like; through ADB shell, some terminal emulator app, a shell script, or simply from within some file explorer app (if it supports executing commands). – Irfan Latif Jul 04 '20 at 08:57

0 Answers0