简体   繁体   English

Android 动态特征

[英]Android Dynamic Feature

I am planning to implement a on-demand dynamic feature in one of my apps.我计划在我的一个应用程序中实现按需动态功能。 However, I wanted to know how long will this dynamic feature live on user's phone.但是,我想知道此动态功能将在用户手机上保留多长时间。 Will it be auto deleted after x days of no usage, or will it live forever.它会在 x 天未使用后自动删除,还是会永远存在。

Also, what happens during upgrade of the mobile app.此外,移动应用程序升级期间会发生什么。 Does the dynamic feature module get auto-upgrade or previous version gets deleted and no new dynamic feature is installed until the user clicks again.动态功能模块是否自动升级或以前的版本被删除并且在用户再次单击之前不会安装新的动态功能。

May be this will help可能这会有所帮助

  1. Dynamic modules stays in the user device as long as the app exists.只要应用程序存在,动态模块就会保留在用户设备中。 If you want to uninstall it you can us deferredUninstalls如果你想卸载它,你可以使用deferredUninstalls
  2. Google play will keep updating you app modules. Google play 会不断更新您的应用程序模块。 Check here . 在这里检查。

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

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