UpdateWorker: Merge self-updates logic for non-fdroid builds

Treat Aurora Store as a normal app for non-fdroid builds and check
for its updates based on auto-update preference.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-03-01 20:21:37 +05:30
parent 3b9efeed11
commit 2f5d39106a
38 changed files with 121 additions and 257 deletions

View File

@@ -364,8 +364,6 @@
<string name="toast_proxy_success">成功设置了代理</string>
<string name="toast_proxy_failed">设置代理失败</string>
<string name="pref_network_proxy_enable_desc">允许本应用所有流量经代理服务器发出</string>
<string name="pref_self_update_title">自更新</string>
<string name="pref_self_update_summary">检查是否存在新版 Aurora Store ,并在新版可用时进行安装</string>
<string name="pref_vending_version_device">默认(来自设备配置)</string>
<string name="pref_vending_version_title">Google Play 版本</string>
<string name="onboarding_permission_doze">后台下载</string>
@@ -385,4 +383,4 @@
<string name="pref_updates_incompatible">不兼容的更新</string>
<string name="pref_updates_incompatible_desc">显示不兼容或已停用应用的更新,可能安装失败</string>
<string name="action_home_screen">添加到主屏</string>
</resources>
</resources>