LSPosed / LSPatch

LSPatch: A non-root Xposed framework extending from LSPosed
GNU General Public License v3.0
6.78k stars 722 forks source link

[Feature Request] 允许将versionCode改成2147483647防止应用商店检测更新和覆盖安装 #188

Open JiNiTaiMei2023 opened 1 year ago

JiNiTaiMei2023 commented 1 year ago

Is your feature request related to a problem?/你的请求是否与某个问题相关?

修改后的apk如果有新版,应用商店会检测出来并尝试更新,但由于签名不同,实际上并不会更新,就会一直提示更新。

Describe the solution you'd like/描述你想要的解决方案

增加一个功能可以把versionCode改成2147483647(versionCode允许的最大值)这样应用商店就不会检测出更新了,也不会有任何提示。

Additional context/其他信息

目前已经有把versionCode改成1的功能了,增加一个改2147483647功能应该不难吧。