Android:设置应用程序自动更新

发布于 2024-12-01 06:00:47 字数 110 浏览 3 评论 0原文

我下载了 News Republic 应用程序,并注意到在我的 Android Market 帐户中,该应用程序被标记为自动更新。

有谁知道如何为下载我的应用程序的用户自动启用此功能?谢谢!

I downloaded the News Republic app and I noticed that in my Android Market account this app is marked for automatic updating.

Does anyone know how I can automatically enable this feature for users who download my application? Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

苦行僧 2024-12-08 06:00:47

当您重新发布具有更高版本(如 AndroidManifest.xml 中指定)的另一个 apk 时,应用程序会自动更新。如果您希望推送其他资源而不重新发布,则必须自己实现 download/install/settings/ 。

An application is automatically updated when you republish another apk with a higher version (as specified in AndroidManifest.xml). If you wish to push other resources without republishing, you will have to implement download/install/settings/ yourself.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文