Class for retrieving various kinds of information related to the application packages that are currently installed on the device.
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-managersi had used below code for hide app icon programmatically try{ PackageManager p = getPackageManager(); p.setComponentEnabledSetting(getComponentName(), PackageManager.COMPONENT_ENABLED_…
android android-package-managersI try to deploy my app and sometimes get this error: Failure [INSTALL_FAILED_CONTAINER_ERROR] I tried to google …
android package-managers android-package-managersI am writing an app that allows user to view the list of installed apps, select one of them and …
android android-activity android-package-managersWhat'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-managersIs 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-managersI'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-settingsSo 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-managerI want to get icons of my all installed apps. Can I get that icons using package manager? Is there …
android android-package-managersMy 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