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
How do I launch the installed application? I have installed using below: File file = new File(dir, "App.apk");
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.
I want to get the name and package name o开发者_高级运维f a third party application installed in Android.
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
I try to deploy my app and sometimes get this error: Failure [INSTALL_FAILED_CONTAINER_ERR开发者_运维问答OR]
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
I got an activi开发者_运维技巧ty that launches the package manager for installing an application contained in the phone\'s SDCard.
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.
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