简体   繁体   English

Android平板电脑:连接到wifi后自动安装/更新应用

[英]Android Tablet: Automatically install/update app when connected to wifi

We have a large shipment of generic android tablets about to ship, and we only have enough time to install a small app at the factory before they ship. 我们将要运送大量的通用android平板电脑,而且在运送之前,我们只有足够的时间在工厂安装小型应用程序。 We want this app to automatically check for the latest version of our app ('call home', if you will), and install our new app or update an existing one automatically when it's powered up and connected to wifi. 我们希望该应用程序自动检查我们应用程序的最新版本(如果需要,请致电“回家”),并在通电并连接到wifi时安装新应用程序或自动更新现有应用程序。

Is this possible, and is there an app out there already that can do this? 这可能吗?已经有可以执行此操作的应用程序了吗?

The best that you can do is download the new apk from a server and prompt the user to install it. 最好的办法是从服务器下载新的APK,并提示用户安装它。

The stock build of Android OS does not allow for installing 3rd party applications without user interaction. Android OS的基础版本不允许在没有用户交互的情况下安装第三方应用程序。

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

相关问题 当我打开我的android app且没有WiFi连接时,它显示没有WiFi连接,如代码中所给 - when i open my android app when no WiFi connected it show no WiFi connected as i given in the code 在平板电脑上自动更新 Android App(即没有市场!) - Automatically update Android App on Tablet (i.e. without Market!) wifi不在范围内时锁定android平板电脑 - Lock android tablet when wifi is not in range 在android中更改wifi时如何获取连接的wifi ssid - How to take the connected wifi ssid when change the wifi in android 无法通过 Android Studio 将应用程序安装到平板电脑 - Cannot install app to tablet via Android Studio 自动开启Android应用程式中的Wifi热点 - Turning on a Wifi Hotspot in an Android App Automatically 安卓平板电脑启动时,是否可以自动启动Phonegap应用程序? - Is it possible to have a Phonegap app start up automatically when an android tablet powers on? 在已连接WiFi的Android上触发 - Trigger on WiFi connected Android 当我添加新的Wifi配置时,Android Wifi无法自动连接 - Android Wifi Not connecting Automatically when i add a new Wifi Configuration 连接到同一wifi时使用套接字进行Android到Android聊天 - Android to Android chat with socket when connected to same wifi
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM