Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
一旦他按下下载链接,我想向某人发送 APK 的链接,apk 将自动下载并打开,就像在 Google Play 中发生的一样!
可能的?
欢迎您将 APK 文件的链接发送给某人。只要 Web 服务器使用正确的 MIME 类型 ( application/vnd.android.package-archive) 为该 APK 提供服务,当用户单击该链接时,它就应该下载该文件。然后用户通常需要做其他事情(例如,点击通知)来启动安装,尽管这可能因浏览器实现而异。
application/vnd.android.package-archive