android-package-managers
Android application packaging
I have two android applications- A and B. I\'m trying to package them as a single unit so that upon installation the system installs both apps. However, I could not find any reliable ans开发者_StackO[详细]
2023-03-23 12:06 分类:问答Launching installedapplication
How do I launch the installed application? I have installed using below: File file = new File(dir, "App.apk");[详细]
2023-03-21 19:04 分类:问答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 a 开发者_如何学JAVAlittle trouble.[详细]
2023-03-13 17:36 分类:问答How to find installed applications in Android?
I want to get the name and package name o开发者_高级运维f a third party application installed in Android.[详细]
2023-03-13 10:30 分类:问答getInstalledPackages issues in Android simulator / device 2.2
The code above does not give quite every installed package (for instance, it does not give the package this code is running f开发者_如何学Pythonrom). The code runs from the main thread, never tried ot[详细]
2023-03-06 02:50 分类:问答What does this mean: Failure [INSTALL_FAILED_CONTAINER_ERROR]?
I try to deploy my app and sometimes get this error: Failure [INSTALL_FAILED_CONTAINER_ERR开发者_运维问答OR][详细]
2023-02-28 01:47 分类:问答How to monitor number of times the application was used?
I need to include a tracking service in an package manager app I am writing. It needs to track number of times downloaded and duration of use for the开发者_运维问答 downloaded apps. Any ideas or sugge[详细]
2023-02-15 01:41 分类:问答Hook after successful installation
I got an activi开发者_运维技巧ty that launches the package manager for installing an application contained in the phone\'s SDCard.[详细]
2023-01-30 23:40 分类:问答Problem uninstalling an Application package from Android device
We have an application which on start up pulls up a Terms and Conditions screen. When the user declines these terms we have to ask the user if he wishes to delete the package.[详细]
2023-01-09 08:57 分类:问答How do I create an intent to launch any e-mail app?
I have found various topics here and elsewhere on creating an intent for sending e-mail and that seems to be pretty straightforward. I\'m looking for an intent to just launch any e-mail client the use[详细]
2023-01-05 17:48 分类:问答