Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android: Support installing .obbs outside of .xapks #65

Closed
baltpeter opened this issue Apr 24, 2023 · 1 comment
Closed

Android: Support installing .obbs outside of .xapks #65

baltpeter opened this issue Apr 24, 2023 · 1 comment

Comments

@baltpeter
Copy link
Member

#64 brings support for installing .xapk files, including any .obb files they may contain.

But .obbs also occur outside of .xapks. For example, PlaystoreDownloader also supported downloading these with the -b flag.

We need to support passing them to installApp() along the split APKs. Shouldn't be hard now that we already have support for installing them.

@baltpeter
Copy link
Member Author

Interestingly, the PlaystoreDownloader linked to https://android-developers.googleblog.com/2020/11/new-android-app-bundle-and-target-api.html. Apparently, .obbs are now deprecated. We should still support them for the time being now that @zner0L has implemented support anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant