View a list of apps installed on Android system

Source: Internet
Author: User
Tags root access

You can use the ADB shell PM list Package

We can use the System-provided tool pm to hide some applications, such as: PM Hide and PM Disable

PM Disable <PACKAGE_OR_COMPONENT>: Make package or COMPONENT unavailable.

(e.g. PM Disable "Package/class") (Disable the specified package, but the components of getcomponentenabledsetting the package are still enabled.) Disable-user the same principle) requires root access

Getactivity (). Getpackagemanager ().        setapplicationenabledsetting (Getactivity (). Getpackagename (),                packagemanager.component_enabled_ State_disabled, Packagemanager.dont_kill_app);//Do not kill the App,app process will not be hidden after the termination; 0 immediate Termination



View a list of apps installed on Android system

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.