Class for retrieving various kinds of information related to the application packages that are currently installed on the device.
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-managersI plan on publishing my app on Amazon app store as well as Google Play, and have some things in …
android amazon google-play android-package-managers amazon-appstoreI am trying to get the values of minSdkVersion and targetSdkVersion from an apk stored on the device. Getting other …
android apk android-package-managersI am doing the following to get the list of apps and I am only getting apps that were installed …
android android-package-managers installed-applicationsI'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-knoxI'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 apkI have a service that runs in the background that monitors the foreground activity. At present this does not distinguish …
android android-activity android-package-managersI want to clean up the junk created by my application at time on UnInstalling the Application. Using ManiFest File:…
android android-broadcast android-package-managersI want to get all activities present in Application as a list by using PackageInfo. Please tell me is there …
android package-managers android-package-managersI 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