Skip to main content

Questions tagged [disable-app]

To temporarily disable an app without uninstalling it, it can be "frozen". This has nothing to do with an "app freezing" in terms of "not responding to input".

4 votes
1 answer
15k views

How can I see all installed packages, including those that have been hidden?

Recently I used ADB to hide a bunch of packages on an old phone (Verizon 2013 Moto X) I intend to use for development. I hid most of the phone-related packages, including the SIM Toolkit and the ...
Alex Dueppen's user avatar
2 votes
1 answer
1k views

Are there benefits to using Greenify with Android Nougat?

Greenify by Oasis Feng (donation package) is a well-regarded tool to manually and automatically freeze apps that are not in use. Typically, Greenify's benefits are to: increase battery duration ...
End Antisemitic Hate's user avatar
0 votes
1 answer
4k views

Remove Backup and Factory reset option from Settings app [duplicate]

I want to remove some features from my settings app (device is rooted) I used adb shell pm disable 'com.android.settings/.Settings\$SecuritySettingsActivity' to disable security settings and it ...
harpratap's user avatar
  • 626
0 votes
0 answers
127 views

Disabling certain applications on Android 6.0.1

I am trying to disable certain applications from being run on our android company issued cellphones. We tried simply downloading Applock on the play store but apparently some employees have gone ...
Noah's user avatar
  • 101
1 vote
4 answers
1k views

Is there a method to freeze and thaw an application vs uninstall/reinstall?

On a non-rooted Android 5.1 phone, is there a way to "freeze" an applications, settings, and data? I don't want to uninstall or need to consistently kill a process. I would like to archive an ...
Rick's user avatar
  • 151
3 votes
1 answer
158 views

Do frozen/disabled apps get triggered by broadcast receivers?

If an app is frozen/disabled, does it still get executed if triggered by a broadcast receiver?
End Antisemitic Hate's user avatar
1 vote
1 answer
1k views

PM error Could not access the Package Manager

I am trying to freeze an app on my phone using the solution given here. I am using the Terminal Emulator app to execute the commands: su pm disable {package_name} But am getting an error: ...
Anmol Singh Jaggi's user avatar
0 votes
0 answers
249 views

How to prevent apps to become auto install without user interaction?

In my mobile some app automatically install without my any action. Some times thos apps are auto install even I already uninstalled them, but every time I uninstalled thos apps are automatically ...
Madhav Nikam's user avatar
3 votes
1 answer
1k views

Init.d script trouble shooting

I'm trying to run an init.d script when my rom boots to disable system services, and they aren't running. The script is as follows #!/system/bin/sh su -c pm disable com.google.android.gms/.update....
user199849's user avatar
4 votes
4 answers
29k views

How do I disable Google App?

I'm using Android 6.0 (non-rooted) phone. Holding home button opens up Google App which I never use. I don't think that I can change the behavior of holding home button at least as non-root user. (If ...
Pandya's user avatar
  • 457
5 votes
1 answer
4k views

Why does Android require you to revert back to factory version in order to disable a system app?

In Android, you can go to the App info page and do things like see how much data storage it's using, force stop the app, and uninstall it. If the app isn't installed via the Play Store or APK (ie, it'...
SAGExSDX's user avatar
  • 1,408
1 vote
0 answers
1k views

Disable system apps without closed-source tools?

After spending more than an hour searching through F-Droid for an app to disable system apps, I gave up. The only thing I was able to find was Disable Manager and that doesn't seem to be able to ...
Forivin's user avatar
  • 237
36 votes
5 answers
27k views

How do some android apps remember that this is not the first time they are being installed?

Some android apps are can remember whether they were installed on the same device earlier. Suppose you uninstalled an app a year ago. After one year if you install that same app again, that app will ...
defalt's user avatar
  • 1,079
1 vote
1 answer
4k views

Consequences of disabling com.android.SystemUI

I have not been able to find the consecuences of disabling the SystemUI app (com.android.systemui) on Android Lollipop. The tablet is rooted so to disable it I just have to send the command pm disable ...
Storo's user avatar
  • 303
2 votes
1 answer
3k views

Uninstalling versus disabling apps

When I select the menu entry called "Uninstall/Disable apps" - from the apps drawer which can be reached from any home screen by tapping the 16-square icon in the lower-right hand corner - I can ...
Jack Maddington's user avatar

15 30 50 per page