A sample of how to install applications in the background (without user interaction) on Android.
Android-InstallInBackgroundSample is hosted in the following web site
https://github.com/paulononaka/Android-InstallInBackgroundSample
If you think the Android project Android-InstallInBackgroundSample listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of Android-InstallInBackgroundSample.
Item | Value |
---|---|
Java File Count | 4 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Required Permissions | android.permission.INSTALL_PACKAGES |
Android-InstallInBackgroundSample has the following Java source files.
android.content.pm.IPackageInstallObserver.java com.paulononaka.InstallInBackgroundSample.java com.paulononaka.apihelper.ApplicationManager.java com.paulononaka.apihelper.OnInstalledPackaged.java