Top "Android-package-managers" questions

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

How to find the package name which has been uninstalled when using Intent.ACTION_PACKAGE_REMOVED

I have an application which is keeping a log of internally developed applications installed on the device. Upon installation a …

android android-intent android-package-managers
Get minSdkVersion and targetSdkVersion from apk file

I am trying to get the values of minSdkVersion and targetSdkVersion from an apk stored on the device. Getting other …

android apk android-package-managers
How to get list of ALL apps (including System Apps)?

I am doing the following to get the list of apps and I am only getting apps that were installed …

android android-package-managers installed-applications
Samsung disable packages

I'm trying to create a kiosk mode application for my company and I need to disable some default packages to …

android service samsung-mobile android-package-managers samsung-knox
Install APK programmatically on android

I've been trying to get an android application to install an APK on the sdcard programmatically but I'm running into …

android installation android-package-managers apk
How to get UserHandle of activity in multi user system

I have a service that runs in the background that monitors the foreground activity. At present this does not distinguish …

android android-activity android-package-managers
Call broadcast receiver at time of uninstalling application in android

I want to clean up the junk created by my application at time on UnInstalling the Application. Using ManiFest File:…

android android-broadcast android-package-managers
Get All Activities by using package Name

I want to get all activities present in Application as a list by using PackageInfo. Please tell me is there …

android package-managers android-package-managers
How to visible/invisible launcher icon in android?

I am creating an application in which i need to hide icon launcher and show icon launcher on request. I …

android eclipse android-layout android-package-managers