sixo / RemoveHideApps

This sample shows how to uninstall and hide apps programmatically

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uninstalling & Hiding Apps Programmatically

This sample shows how to uninstall apps programmatically without user confirmation and how to hide apps (including pre-installed ones), so that they are inaccessible to the user.

Before you can use the app, you first need to make it a device owner with the following ADB command

adb shell dpm set-device-owner eu.sisik.removehideapps/.DevAdminReceiver

For more information check out my blogpost www.sisik.eu/blog/android/dev-admin/uninstalling-and-disabling-apps

About

This sample shows how to uninstall and hide apps programmatically

License:Apache License 2.0


Languages

Language:Kotlin 100.0%