ImranR98/Obtainium

support App Bundles (.aab)

Open

#795 创建于 2023年8月23日

在 GitHub 查看
 (7 评论) (9 反应) (0 负责人)Dart (477 fork)batch import
enhancementhelp wanted

仓库指标

Star
 (17,077 star)
PR 合并指标
 (平均合并 17天) (30 天内合并 30 个 PR)

描述

Would be nice if Obtainium could also support installing App Bundles.

I'm not sure how feasible this is, since I think the bundle needs to be split & combined to an apk to be installable, which would require resigning the resulting apk. If Obtainium were to do this using a local signing key it should also validate the signature of the aab itself.

Here's an example of a GitHub release with an app bundle attached: https://github.com/vector-im/element-x-android/releases/tag/v0.1.2

贡献者指南