-
Notifications
You must be signed in to change notification settings - Fork 296
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
Add Support for Split Apk #49
Labels
Milestone
Comments
Closed
Postponed as deadline is over. |
MuntashirAkon
added a commit
that referenced
this issue
Aug 22, 2020
MuntashirAkon
added a commit
that referenced
this issue
Aug 25, 2020
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
App Manager currently allows installing apk files. It should also allow installing split apk. Common non-proprietary extensions for bundled apk include
.apks
and.xapk
(as opposed to.apkm
). Both are zip files but with different meta data. Fortunately, SAI supports all of them. The users should be able to choose which parts of the bundle they want to install like SAI or ApkMirror Installer. Users should also be able to export these apk (via apk sharing or backup apk options) as.apks
or(exclusive)..xapk
Milestones:
.apks
export/sharing support.apks
install supportThe text was updated successfully, but these errors were encountered: