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 文件会自动安装在后端。
简而言之,没有。
您可以改为发送指向服务器上托管的 apk 文件的链接。不过,在 Android 上安装应用程序总是需要用户交互。
用户必须单击该链接,然后下载 apk。然后他们必须点击下载的文件,Android 将提供为他们安装它。
这确实需要接收用户启用从不受信任的位置安装应用程序的选项。如果用户尝试安装 apk,Android 会提示用户打开该选项。