简体   繁体   English

applet可以安装应用程序吗?

[英]Can an applet install an application?

I have two questions: 我有两个问题:

  • Can I use applet to install APK applications? 我可以使用applet安装APK应用程序吗?

  • Is it possible to send and install an APK application using OTA? 是否可以使用OTA发送和安装APK应用程序?

Summary, can I send an applet that contains an APK and install that? 总结,我可以发送一个包含APK的applet并安装吗?

AFAIK there is no way how an (U)SIM card applet could directly install an APK. AFAIK没有办法(U)SIM卡小程序如何直接安装APK。

But it might be possible if there was an agent application installed (in the phone) which would install the APK on behalf of the (U)SIM applet (of course this application would have to have permissions to install APKs). 但是如果安装了一个代理应用程序(在手机中)可能会代表(U)SIM小程序安装APK(当然这个应用程序必须具有安装APK的权限)。

This agent application could communicate with the applet using the SIMalliance Open Mobile API (as long as the phone supports this API). 此代理应用程序可以使用SIMalliance Open Mobile API与applet通信(只要手机支持此API)。


(Being enlightened by your other question ) (被你的其他问题启发)

Maybe you could trigger APK installation by opening the browser with the URL pointing to the APK file. 也许您可以通过使用指向APK文件的URL打开浏览器来触发APK安装。

Good luck! 祝好运!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM