seedvault-app/seedvault

Handle failure to install apps with deprecated target SDK version

开放

#676 创建于 2024年6月4日

 (2 条评论) (0 个反应) (0 位负责人)Kotlin (97 个派生)auto 404
enhancementgood first issuehelp wanted

仓库指标

星标
 (1,782 个星标)
PR 合并指标
 (平均合并 2天 16小时) (30 天内合并 4 个 PR)

描述

Some apps, e.g. the old Pebble app for smartwatches, can no longer be installed easily in newer versions of Android due to their old target SDK version. These apps can continue to be used if they were already installed (or if they were installed using an adb flag to override the restriction), and Seedvault backs up these apps, but it fails to install them during a restoration. We should have enough info for Seedvault to display an intelligible error or handle this in some other way.

D ApkInstaller: Received result for com.getpebble.android.basalt: success=false INSTALL_FAILED_DEPRECATED_SDK_VERSION: App package must target at least SDK version 23, but found 22

贡献者指南