Top "Android-package-managers" questions

Class for retrieving various kinds of information related to the application packages that are currently installed on the device.

Fully change package name including company domain

Let's suppose this is the package name: package com.company.name. How do I change company? P.S. I saw …

android android-studio android-package-managers
Android hide/unhide app icon programmatically

i had used below code for hide app icon programmatically try{ PackageManager p = getPackageManager(); p.setComponentEnabledSetting(getComponentName(), PackageManager.COMPONENT_ENABLED_…

android android-package-managers
What does this mean: Failure [INSTALL_FAILED_CONTAINER_ERROR]?

I try to deploy my app and sometimes get this error: Failure [INSTALL_FAILED_CONTAINER_ERROR] I tried to google …

android package-managers android-package-managers
Android: How to get a list of installed activities, as they appear in launcher, without duplicates

I am writing an app that allows user to view the list of installed apps, select one of them and …

android android-activity android-package-managers
Difference between adb "install" command and "pm install" command?

What's the difference between installing an app using the install command and using the package manager's pm install command? Do …

android adb android-package-managers
How to update Gradle dependencies to their latest version

Is there an easy way to get gradle to update dependencies to their latest available version? For build reproducibility all …

android android-studio gradle android-build android-package-managers
How to Enable Android Download Manager

I'm using Android Download Manager to download list of files. Lately I came across a crash report saying Unknown java.…

android android-package-managers android-download-manager android-settings
How to programmatically set a lock or pin for an app

So right now I am trying to develop an Android App for my young children. I want to set a …

java android countdown android-package-managers device-policy-manager
Get icons of all installed apps in android

I want to get icons of my all installed apps. Can I get that icons using package manager? Is there …

android android-package-managers
Android Package manager has died with TransactionTooLargeException

My app reads the list of all installed APK files, and then loop through the list to read the APK …

android exception transactions android-package-managers