Android 静默安装和静默卸载(SilentInstaller)

时间:2022-12-16 07:49:26
【文件属性】:

文件名称:Android 静默安装和静默卸载(SilentInstaller)

文件大小:92KB

文件格式:7Z

更新时间:2022-12-16 07:49:26

android

详情见:Android 静默安装和静默卸载(系统层) http://blog.csdn.net/zhouyuanjing/article/details/78507606 安装: Intent intent = new Intent("android.intent.action.SILENT_PACKAGE_INSTALL"); intent.putExtra("silent_install_file", "/sdcard/Helloworld.apk"); intent.putExtra("silent_install_auto_start", true);//是否安装并启动


【文件预览】:
SilentInstaller
----.project(818B)
----Android.mk(282B)
----.settings()
--------org.eclipse.jdt.core.prefs(173B)
----AndroidManifest.xml(1KB)
----proguard-project.txt(781B)
----SilentInstallerTest()
--------.project(822B)
--------Android.mk(228B)
--------ic_launcher-web.png(50KB)
--------AndroidManifest.xml(847B)
--------proguard-project.txt(781B)
--------src()
--------project.properties(607B)
--------res()
--------.classpath(425B)
----src()
--------com()
----project.properties(563B)
----res()
--------values()
--------layout()
--------values-zh-rCN()
--------drawable-hdpi()
--------drawable-mdpi()
--------drawable-xhdpi()
--------drawable-xxhdpi()
----.classpath(425B)

网友评论