ImranR98/Obtainium

support App Bundles (.aab)

Open

#795 geöffnet am 23. Aug. 2023

Auf GitHub ansehen
 (7 Kommentare) (9 Reaktionen) (0 zugewiesene Personen)Dart (477 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (17.077 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 17T) (30 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide