我真的可以用一只手来处理我所拥有的情况。 我继承了一个应用程序,我遇到了困难 部署。 当用户从Play商店下载应用程序时,我想拥有他们以前的版本应用程序 首先卸载,删除所有数据。 然后他们将更新/安装新版本。
在我寻找答案时,我发现了这一点: gradle:意识到...... 这是一种方法,如果是这样,我将如何去做? Gradle:意识到Make在我测试调试时似乎工作,它能以某种方式嵌入app的apk中吗?
希望我有意义。 感谢。
答案 0 :(得分:0)
There is no way to do this via the apk. gradle is only for your local machine. You need to write code that wipes out all the user data yourself. i would use a shared prefs boolean to keep track and if it is not set run some code that deletes all the users local data