How disable installing apps

  • Replies:6
Year1917
  • Forum posts: 9

Feb 3, 2020, 8:32:21 PM via Website

Hi

Is there a way to disable installing apps (that if you try to install an APK it won't work)?

Thanks

Reply
Year1917
  • Forum posts: 9

Feb 4, 2020, 5:15:34 AM via Website

Just found this on a other fourm can someone explain this to me

"Yes, remove the permission to install package to the target user by making the account a managed account, or hook system to intercept installation window and ask for a password or outright kill it. (What you are looking to intercept is probably com.android.packageinstaller.PackageInstallerActivity). Going to intercept route means you may need to block app stores the same way as they can bypass this if installed on system partition. It will still be possible to install over ADB or recovery if left unprotected."

Thanks

Helpful?
Reply
James Watson
  • Forum posts: 1,584

Feb 5, 2020, 7:09:17 AM via Website

Year1917

Just found this on a other fourm can someone explain this to me

"Yes, remove the permission to install package to the target user by making the account a managed account, or hook system to intercept installation window and ask for a password or outright kill it. (What you are looking to intercept is probably com.android.packageinstaller.PackageInstallerActivity). Going to intercept route means you may need to block app stores the same way as they can bypass this if installed on system partition. It will still be possible to install over ADB or recovery if left unprotected."

Thanks

But I doubt that an app without root privilege could intercept the activity, com.android.packageinstaller.PackageInstallerActivity.

Download size < 0.15 MB. But also accurate enough, ad-free & free.
The minimalist app available on Play Store: https://goo.gl/ws42fN
Blog: https://okblackcafe.blogspot.com Your 5-star is appreciated.

Helpful?
Reply
Year1917
  • Forum posts: 9

Feb 5, 2020, 7:43:37 AM via Website

I have root privileges

Helpful?
Reply
haleema
  • Forum posts: 22

Feb 7, 2020, 7:54:56 AM via Website

if your apps are installing or updating automatically then go to the play store app and off the automatic update option then apps will not install and update automatically until you will not do thanx

Helpful?
Reply
Abbas Shakhi
  • Forum posts: 47

Feb 10, 2020, 10:58:13 AM via Website

If you are instaling 3rd party APKs then you switch unknown source setting. If it is off then no 3rd party will instal on your phone without permission.
You can navigate setting here. Open setting >> Security section>> Unknown source.

Helpful?
Reply
Verus
  • Forum posts: 63

Apr 4, 2020, 5:40:47 AM via Website

If you want to disable installing apps from outside sources, just simply turn off the Unknown source setting on your phone (Android 7 and lower). If your device version is Android 8 or higher, you can deny permission to access unknown sources installation each time you're about to download APK for example. You can consult the post here.

Helpful?
Reply