We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.obb
.xapk
#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.
-b
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.
installApp()
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Fixes #65: Support for separately installing .obbs
05180cb
fae61b1
32d2e5b
205690f
No branches or pull requests
#64 brings support for installing
.xapk
files, including any.obb
files they may contain.But
.obb
s also occur outside of.xapk
s. 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.The text was updated successfully, but these errors were encountered: