This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
[Feature Request] 允许将versionCode改成2147483647防止应用商店检测更新和覆盖安装 #188
Labels
enhancement
New feature or request
Is your feature request related to a problem?/你的请求是否与某个问题相关?
修改后的apk如果有新版,应用商店会检测出来并尝试更新,但由于签名不同,实际上并不会更新,就会一直提示更新。
Describe the solution you'd like/描述你想要的解决方案
增加一个功能可以把versionCode改成2147483647(versionCode允许的最大值)这样应用商店就不会检测出更新了,也不会有任何提示。
Additional context/其他信息
目前已经有把versionCode改成1的功能了,增加一个改2147483647功能应该不难吧。
The text was updated successfully, but these errors were encountered: